network_status_bar.xml 629 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:id="@+id/status_notify_bar"
  4. android:layout_width="fill_parent"
  5. android:layout_height="40dp"
  6. android:orientation="horizontal" >
  7. <TextView
  8. android:id="@+id/status_desc_label"
  9. android:layout_width="fill_parent"
  10. android:layout_height="fill_parent"
  11. android:background="@color/color_network_bar_bg_ee4b62"
  12. android:gravity="center"
  13. android:textColor="@color/white"
  14. android:textSize="@dimen/text_size_14" />
  15. </LinearLayout>