Skip to content
Snippets Groups Projects
Commit f751ea68 authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Ensure bottom of 'About' view is visible

parent 5f37e7ff
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/tabcontent"
android:layout_width="fill_parent"
android:layout_height="fill_parent" >
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="@dimen/actionBarSize">
<include layout="@layout/tab_layout" />
<android.support.v4.view.ViewPager
android:id="@+id/pager"
android:layout_width="match_parent"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment