mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-27 12:15:50 +01:00
Initial Project Import
This commit is contained in:
7
res/drawable/light_border_background.xml
Normal file
7
res/drawable/light_border_background.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="#ffffff" />
|
||||
<stroke android:width="2dp" android:color="#ffffff" />
|
||||
<padding android:left="2dp" android:top="2dp" android:right="2dp"
|
||||
android:bottom="2dp" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user