forked from organicmaps/organicmaps
[android] Fixes downloader message UI
- Fixes #8520 Signed-off-by: hemanggs <hemangmanhas@gmail.com>
This commit is contained in:
parent
f5e61c7f35
commit
234dfb6d57
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
android:visibility="gone"
|
||||
tools:visibility="visible">
|
||||
<LinearLayout
|
||||
android:layout_width="212dp"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
android:padding="@dimen/margin_base"
|
||||
|
@ -32,6 +32,7 @@
|
|||
android:id="@+id/downloader_title"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:maxWidth="212dp"
|
||||
android:textAppearance="?android:attr/textAppearanceLarge"
|
||||
android:fontFamily="@string/robotoMedium"
|
||||
android:textStyle="normal"
|
||||
|
|
Loading…
Add table
Reference in a new issue