gn_account_sdk_select_sim.xml 1.3 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent" >
  5. <LinearLayout
  6. android:layout_width="match_parent"
  7. android:layout_height="match_parent"
  8. android:layout_marginBottom="10dp"
  9. android:layout_marginTop="10dp"
  10. android:gravity="center_vertical"
  11. android:orientation="horizontal" >
  12. <ImageView
  13. android:id="@+id/select_sim_imageview"
  14. android:layout_width="wrap_content"
  15. android:layout_height="wrap_content"
  16. android:layout_marginLeft="8dp"
  17. android:minHeight="30dp"
  18. android:minWidth="30dp" />
  19. <!-- Gionee < changwy > <2014-02-12> modify for CR01029116 begin -->
  20. <TextView
  21. android:id="@+id/select_sim_textview"
  22. style="@style/gn_account_TextSize_Normal"
  23. android:layout_width="wrap_content"
  24. android:layout_height="wrap_content"
  25. android:layout_marginLeft="20dp"
  26. android:textColor="@color/gn_account_main_body_color" />
  27. <!-- Gionee < changwy > <2014-02-12> modify for CR01029116 end -->
  28. </LinearLayout>
  29. </LinearLayout>