Changeset View
Changeset View
Standalone View
Standalone View
res/layout/activity_about.xml
| Show All 29 Lines | <View | ||||
| android:layout_marginTop="2dp" | android:layout_marginTop="2dp" | ||||
| android:id="@+id/theDivider" | android:id="@+id/theDivider" | ||||
| android:background="@android:color/darker_gray"/> | android:background="@android:color/darker_gray"/> | ||||
| <TextView | <TextView | ||||
| android:text="@string/app_version" | android:text="@string/app_version" | ||||
| android:layout_width="match_parent" | android:layout_width="match_parent" | ||||
| android:layout_height="wrap_content" android:id="@+id/versionTextView" | android:layout_height="wrap_content" android:id="@+id/versionTextView" | ||||
| android:textAppearance="@style/TextAppearance.AppCompat.Medium" | android:textAppearance="@style/TextAppearance.AppCompat.Medium" | ||||
| android:gravity="center_vertical" | android:gravity="center_horizontal|center_vertical" | ||||
| android:layout_margin="10dp" | android:layout_margin="10dp" | ||||
| android:layout_marginLeft="20dp" | android:layout_marginLeft="20dp" | ||||
| android:layout_marginStart="20dp" | android:layout_marginStart="20dp" | ||||
| /> | android:textColor="@color/black"/> | ||||
| </LinearLayout> | </LinearLayout> | ||||
| No newline at end of file | No newline at end of file | ||||
Public contents are in Creative Commons Attribution-ShareAlike 4.0 (CC-BY-SA) or GNU Free Documentation License (at your option) unless otherwise noted. · Contact / Register