Finished the new about screen. Also the DonationDialog loads its content now async.

This commit is contained in:
Karim Abou Zeid 2015-09-06 19:57:29 +02:00
commit 3d87e57856
13 changed files with 463 additions and 149 deletions

View file

@ -2,6 +2,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?rect_selector"
android:orientation="horizontal"
android:paddingBottom="@dimen/md_simplelistitem_padding_top"
android:paddingEnd="@dimen/md_dialog_frame_margin"