diff options
| author | Bananeweizen <Bananeweizen@gmx.de> | 2013-07-31 17:30:08 +0200 |
|---|---|---|
| committer | Bananeweizen <Bananeweizen@gmx.de> | 2013-07-31 17:30:08 +0200 |
| commit | 349bed0cff667e9e1e3610f25c5528f47db34269 (patch) | |
| tree | 31a63ab085e2af8f6c7cb97733413f347091313a /main/res/layout | |
| parent | d531ca04a493748e879c4a3a45a8e1a89aa6c5dd (diff) | |
| download | cgeo-349bed0cff667e9e1e3610f25c5528f47db34269.zip cgeo-349bed0cff667e9e1e3610f25c5528f47db34269.tar.gz cgeo-349bed0cff667e9e1e3610f25c5528f47db34269.tar.bz2 | |
fix #3089: add license in about dialog
Diffstat (limited to 'main/res/layout')
| -rw-r--r-- | main/res/layout/about_activity.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/main/res/layout/about_activity.xml b/main/res/layout/about_activity.xml index 6925c63..542b2fd 100644 --- a/main/res/layout/about_activity.xml +++ b/main/res/layout/about_activity.xml @@ -264,6 +264,31 @@ android:textColor="?text_color" android:textColorLink="?text_color_link" android:textSize="14sp" /> + + <RelativeLayout style="@style/separator_horizontal_layout" > + + <View style="@style/separator_horizontal" /> + + <TextView + style="@style/separator_horizontal_headline" + android:text="@string/about_license" /> + </RelativeLayout> + + <TextView + android:id="@+id/license" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_gravity="left" + android:layout_marginBottom="5dip" + android:layout_marginLeft="10dip" + android:layout_marginRight="10dip" + android:clickable="true" + android:focusable="true" + android:linksClickable="false" + android:text="@string/about_apache_license" + android:textColor="?text_color" + android:textColorLink="?text_color_link" + android:textSize="14sp" /> </LinearLayout> </ScrollView> |
