2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-08-29 13:17:43 +00:00

Prettier message

This commit is contained in:
Albert Vaca 2015-09-08 01:12:20 -07:00
parent 803464a7ce
commit d860b67ba9

View File

@ -74,9 +74,10 @@
android:id="@+id/unpair_message" android:id="@+id/unpair_message"
android:visibility="gone" android:visibility="gone"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="match_parent"
android:text="@string/unreachable_description" android:text="@string/unreachable_description"
/> android:textAppearance="?android:attr/textAppearanceMedium"
android:gravity="center" />
<ListView <ListView
android:id="@+id/buttons_list" android:id="@+id/buttons_list"