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