messenger-android

Android graphical user interfaces for GNUnet Messenger
Log | Files | Refs | README | LICENSE

bubble_own.xml (346B)


      1 <?xml version="1.0" encoding="utf-8"?>
      2 <shape xmlns:android="http://schemas.android.com/apk/res/android"
      3     android:shape="rectangle">
      4     <solid android:color="#007AFF" />
      5     <corners android:radius="16dp" />
      6     <padding
      7         android:left="8dp"
      8         android:top="4dp"
      9         android:right="8dp"
     10         android:bottom="4dp" />
     11 </shape>