Home | History | Annotate | Download | only in layout
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
      3     android:orientation="vertical" android:layout_width="wrap_content"
      4     android:layout_height="wrap_content"
      5     android:padding="4dp"
      6     android:paddingStart="6dp"
      7     android:paddingEnd="6dp" >
      8     <TextView
      9         android:id="@android:id/message"
     10         android:layout_width="wrap_content"
     11         android:layout_height="wrap_content"
     12         android:layout_marginBottom="8dp"
     13         android:textAppearance="?android:attr/textAppearanceMedium"/>
     14     <org.chromium.latency.walt.CustomNumberPicker
     15         android:id="@+id/numpicker_pref"
     16         android:layout_width="wrap_content"
     17         android:layout_height="wrap_content"
     18         android:layout_gravity="center"/>
     19 </LinearLayout>
     20