Home | History | Annotate | Download | only in bars
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <merge xmlns:android="http://schemas.android.com/apk/res/android">
      3     <TextView
      4             android:layout_width="wrap_content"
      5             android:layout_height="wrap_content"
      6             android:layout_weight="1"/>
      7     <!-- The exact size of the wifi icon is specified in order to scale it properly.
      8     Without scaling, it appeared huge. This is currently, 70% of the actual size. -->
      9     <ImageView
     10             android:layout_height="22.4dp"
     11             android:layout_width="20.65dp"
     12             android:layout_marginTop="1dp"/>
     13     <ImageView
     14             android:layout_height="wrap_content"
     15             android:layout_width="wrap_content"
     16             android:layout_marginLeft="3dp"
     17             android:layout_marginRight="5dp"
     18             android:layout_marginTop="4dp"/>
     19     <TextView
     20             android:layout_width="wrap_content"
     21             android:layout_height="wrap_content"
     22             android:layout_marginTop="4dp"
     23             android:layout_marginRight="5dp"
     24             android:gravity="center_vertical"
     25             android:textSize="16dp"
     26             android:fontFamily="sans-serif-medium"/>
     27 </merge>
     28