x7_country_code_back_up.xml 294 B

123456789
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:shape="rectangle">
  4. <corners android:topLeftRadius="7dp"
  5. android:topRightRadius="7dp"
  6. />
  7. <solid android:color="@color/x7_gray_f5f5f5" />
  8. </shape>