Project

General

Profile

« Previous | Next » 

Revision 018978ad

Added by Leszek Koltunski about 4 years ago

Improve the About dialog.

View differences:

src/main/res/layout/dialog_about.xml
1 1
<?xml version="1.0" encoding="utf-8"?>
2
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
2
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
3 3
    android:layout_width="match_parent"
4
    android:layout_height="match_parent"
5
    android:gravity="center_horizontal"
6
    android:orientation="vertical">
7

  
4
    android:layout_height="match_parent">
8 5

  
9 6
    <LinearLayout
10 7
        android:layout_width="fill_parent"
11
        android:layout_height="fill_parent"
8
        android:layout_height="wrap_content"
12 9
        android:gravity="center|fill_horizontal"
13 10
        android:layout_marginLeft="10dp"
14 11
        android:layout_marginRight="10dp"
......
50 47

  
51 48
    </LinearLayout>
52 49

  
53
</LinearLayout>
50
</ScrollView>

Also available in: Unified diff