Welcome to mirror list, hosted at ThFree Co, Russian Federation.

message_border.xml « drawable « res - github.com/iNPUTmice/Conversations.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4a581e7df37e786f1425841de401840afdd0e05e (plain)
1
2
3
4
5
6
<?xml version="1.0" encoding="UTF-8"?>
  <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
  <corners android:radius="2dp"/>
  <padding android:left="1.5dp" android:right="1.5dp" android:top="1.5dp" android:bottom="1.5dp"/>
  <solid android:color="@color/divider"/>
</shape>