| @@ -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" | |||