small UI clean-up of header display
This commit is contained in:
parent
c399a17369
commit
c53df989b8
@ -6,7 +6,9 @@
|
|||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content">
|
android:layout_height="wrap_content"
|
||||||
|
android:background="@color/fdroid_blue"
|
||||||
|
>
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
@ -16,8 +18,10 @@
|
|||||||
android:gravity="center_horizontal"
|
android:gravity="center_horizontal"
|
||||||
style="@style/SwapTheme.BluetoothDeviceList.Heading"
|
style="@style/SwapTheme.BluetoothDeviceList.Heading"
|
||||||
android:paddingTop="10dp"
|
android:paddingTop="10dp"
|
||||||
android:paddingBottom="10dp"
|
android:paddingBottom="5dp"
|
||||||
android:textSize="24sp"/>
|
android:textSize="24sp"
|
||||||
|
android:textColor="@color/white"
|
||||||
|
/>
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
@ -26,7 +30,9 @@
|
|||||||
tools:text="Phone v2.0"
|
tools:text="Phone v2.0"
|
||||||
android:gravity="center_horizontal"
|
android:gravity="center_horizontal"
|
||||||
style="@style/SwapTheme.BluetoothDeviceList.Heading"
|
style="@style/SwapTheme.BluetoothDeviceList.Heading"
|
||||||
android:paddingBottom="10dp"/>
|
android:paddingBottom="5dp"
|
||||||
|
android:textColor="@color/white"
|
||||||
|
/>
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
@ -35,8 +41,10 @@
|
|||||||
tools:text="(01:02:03:ab:cd:ef)"
|
tools:text="(01:02:03:ab:cd:ef)"
|
||||||
android:gravity="center_horizontal"
|
android:gravity="center_horizontal"
|
||||||
style="@style/SwapTheme.BluetoothDeviceList.Heading"
|
style="@style/SwapTheme.BluetoothDeviceList.Heading"
|
||||||
android:paddingBottom="20dp"
|
android:paddingBottom="10dp"
|
||||||
android:textSize="24sp"/>
|
android:textSize="18sp"
|
||||||
|
android:textColor="@color/white"
|
||||||
|
/>
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
@ -46,7 +54,10 @@
|
|||||||
style="@style/SwapTheme.BluetoothDeviceList.Text"
|
style="@style/SwapTheme.BluetoothDeviceList.Text"
|
||||||
android:paddingLeft="20dp"
|
android:paddingLeft="20dp"
|
||||||
android:paddingRight="20dp"
|
android:paddingRight="20dp"
|
||||||
android:paddingBottom="10dp"/>
|
android:paddingBottom="5dp"
|
||||||
|
android:textColor="@color/white"
|
||||||
|
|
||||||
|
/>
|
||||||
|
|
||||||
<android.support.v4.widget.ContentLoadingProgressBar
|
<android.support.v4.widget.ContentLoadingProgressBar
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user