improve "try it" permissions prompt on Nearby screen

This should make all the translations fit on the screen properly.

closes #1715
This commit is contained in:
Hans-Christoph Steiner 2019-02-18 17:21:36 +01:00
parent 8e8d4a4af6
commit b5de4898b1

View File

@ -69,17 +69,17 @@
android:layout_marginStart="24dp"
android:layout_marginLeft="24dp">
<TextView
android:layout_width="wrap_content"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"
android:text="@string/nearby_splash__read_external_storage"
android:gravity="fill"
android:paddingRight="5dp"
android:paddingEnd="5dp"
android:textSize="17sp"
android:textColor="?attr/lightGrayTextColor"/>
<Button
android:id="@+id/requestReadExternalStorage"
android:layout_width="80dp"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:text="@string/nearby_splash__request_permission"
style="@style/SwapTheme.Wizard.OptionButton"/>