show_from_wx.xml 386 B

1234567891011121314
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. style="@style/NavPage">
  4. <TextView
  5. android:layout_width="fill_parent"
  6. android:layout_height="fill_parent"
  7. android:gravity="center"
  8. android:textColor="#ff000000"
  9. android:textSize="20dp"
  10. android:text="@string/show_from_wx_tip"/>
  11. </LinearLayout>