mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-26 02:42:16 -05:00
Added small border around conversations
This commit is contained in:
parent
2dd47f3bb8
commit
8869590fad
@ -22,6 +22,14 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
|
||||
<shape
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<stroke
|
||||
android:width="1px"
|
||||
android:color="#55ffffff" />
|
||||
<padding
|
||||
android:left="3px"
|
||||
android:top="3px"
|
||||
android:right="3px"
|
||||
android:bottom="3px" />
|
||||
<solid
|
||||
android:color="#ee000000" />
|
||||
<corners
|
||||
|
Loading…
Reference in New Issue
Block a user