Browse Source

Userguides

master
gitsvn 12 years ago
parent
commit
70bdf3908e
1 changed files with 5 additions and 2 deletions
  1. 5
    2
      res/layout/rbs_userguide_dialog.xml

+ 5
- 2
res/layout/rbs_userguide_dialog.xml View File

@@ -24,8 +24,11 @@
android:id="@+id/ug_image"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="20dp"
android:scaleType="fitCenter" />
android:layout_marginBottom="5dp"
android:adjustViewBounds="true"
android:background="@color/gray_dark"
android:padding="1dp"
android:scaleType="centerInside" />

<TextView
android:id="@+id/ug_txt_HowTo"

Loading…
Cancel
Save