Update about dialog
This commit is contained in:
parent
d513081356
commit
dafb85eca9
2 changed files with 23 additions and 17 deletions
|
@ -24,6 +24,16 @@
|
|||
android:id="@+id/textView"
|
||||
android:layout_gravity="center_horizontal" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||
android:text="https://sdlash3d.github.io"
|
||||
android:id="@+id/textView9"
|
||||
android:autoText="false"
|
||||
android:autoLink="web"
|
||||
android:layout_gravity="center_horizontal" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
|
@ -32,6 +42,15 @@
|
|||
android:id="@+id/textView3"
|
||||
android:layout_gravity="center_horizontal" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||
android:text="@string/about_links"
|
||||
android:id="@+id/textView6"
|
||||
android:autoText="false"
|
||||
android:autoLink="web" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
@ -63,23 +82,6 @@
|
|||
|
||||
/>
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||
android:text="GitHub: https://github.com/SDLash3D"
|
||||
android:id="@+id/textView5"
|
||||
android:autoText="false"
|
||||
android:autoLink="web" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||
android:text="VK: https://vk.com/xashdroid"
|
||||
android:id="@+id/textView6"
|
||||
android:autoLink="web" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
|
|
|
@ -31,6 +31,10 @@ Special thanks to:\n
|
|||
• Uncle Mike for Xash3D engine\n
|
||||
• Valve for Half-Life\n
|
||||
• libSDL2 developers.\n</string>
|
||||
<string name="about_links">Follow us in:
|
||||
• <a href="https://vk.com/xashdroid">VK</a>
|
||||
• <a href="http://moddb.com/game/xash3d-android">ModDB</a>
|
||||
• <a href="https://github.com/SDLash3D">GitHub</a></string>
|
||||
<string name="about_button">About Xash3D Android</string>
|
||||
<string name="create_shortcut_button">Create mod shortcut</string>
|
||||
<string name="select_folder">(select)</string>
|
||||
|
|
Loading…
Add table
Reference in a new issue