ソースを参照

Userguides

master
gitsvn 12年前
コミット
70bdf3908e
1個のファイルの変更5行の追加2行の削除
  1. 5
    2
      res/layout/rbs_userguide_dialog.xml

+ 5
- 2
res/layout/rbs_userguide_dialog.xml ファイルの表示

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

読み込み中…
キャンセル
保存