Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.77 KB | None | 0 0
  1. diff --git a/Engine/Build/Android/Java/res/layout-land/downloader_progress.xml b/Engine/Build/Android/Java/res/layout-land/downloader_progress.xml
  2. index 877041d929..cb6c16f9b6 100644
  3. --- a/Engine/Build/Android/Java/res/layout-land/downloader_progress.xml
  4. +++ b/Engine/Build/Android/Java/res/layout-land/downloader_progress.xml
  5. @@ -10,10 +10,10 @@
  6.          android:layout_width="match_parent"
  7.          android:layout_height="wrap_content"
  8.          android:layout_weight="0"
  9. -        android:orientation="horizontal"
  10. +        android:orientation="vertical"
  11.         android:layout_centerInParent="true"       
  12.         >
  13. -                  
  14. +        
  15.          <TextView
  16.              android:id="@+id/statusText"
  17.              android:layout_width="match_parent"
  18. @@ -28,7 +28,7 @@
  19.              android:layout_width="fill_parent"
  20.              android:layout_height="wrap_content"
  21.              android:layout_below="@id/statusText"
  22. -            android:orientation="horizontal" >
  23. +            android:orientation="vertical" >
  24.  
  25.              <RelativeLayout
  26.                  android:layout_width="match_parent"
  27. @@ -42,8 +42,7 @@
  28.                      android:layout_height="wrap_content"
  29.                      android:layout_alignParentLeft="true"
  30.                      android:layout_marginLeft="5dp"
  31. -                    android:text="0MB / 0MB" >
  32. -                </TextView>
  33. +                    android:text="0MB / 0MB" />
  34.  
  35.                  <TextView
  36.                      android:id="@+id/progressAsPercentage"
  37. @@ -126,7 +125,7 @@
  38.          android:layout_width="match_parent"
  39.          android:layout_height="match_parent"
  40.          android:layout_weight="1"
  41. -        android:orientation="horizontal"
  42. +        android:orientation="vertical"
  43.          android:visibility="gone" >
  44.  
  45.          <TextView
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement