mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-29 12:22:21 -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
|
<shape
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:shape="rectangle">
|
android:shape="rectangle">
|
||||||
|
<stroke
|
||||||
|
android:width="1px"
|
||||||
|
android:color="#55ffffff" />
|
||||||
|
<padding
|
||||||
|
android:left="3px"
|
||||||
|
android:top="3px"
|
||||||
|
android:right="3px"
|
||||||
|
android:bottom="3px" />
|
||||||
<solid
|
<solid
|
||||||
android:color="#ee000000" />
|
android:color="#ee000000" />
|
||||||
<corners
|
<corners
|
||||||
|
Loading…
Reference in New Issue
Block a user