1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2025-12-16 09:11:10 +01:00

Added lorem ipsum and some more visual tweaks to AboutActivity

This commit is contained in:
vanitasvitae 2016-08-25 00:23:20 +02:00
parent 50f5a79c30
commit c62f38e693
7 changed files with 138 additions and 29 deletions

View file

@ -14,14 +14,26 @@
android:layout_height="wrap_content"
android:theme="@style/AppTheme.AppBarOverlay">
<android.support.design.widget.TabLayout
android:id="@+id/tabs"
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:background="?attr/colorPrimary"
app:layout_scrollFlags="scroll|enterAlways"
app:popupTheme="@style/AppTheme.PopupOverlay"/>
app:popupTheme="@style/AppTheme.PopupOverlay">
<android.support.v7.widget.Toolbar
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/toolbar"/>
<android.support.design.widget.TabLayout
android:id="@+id/tabs"
android:layout_width="match_parent"
android:layout_height="wrap_content"
/>
</LinearLayout>
</android.support.design.widget.AppBarLayout>
<android.support.v4.view.ViewPager