Skip to content
Snippets Groups Projects
Commit bf744f73 authored by Alexandre Savard's avatar Alexandre Savard
Browse files

#15499: Add linear layout to SFLphone home page

parent 616c3808
No related branches found
No related tags found
No related merge requests found
......@@ -30,9 +30,16 @@ shall include the source code for the parts of OpenSSL used as well
as that of the covered work.
-->
<android.support.v4.view.ViewPager xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/pager"
android:layout_width="match_parent"
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_height="match_parent"
tools:context=".SFLPhoneHome" />
\ No newline at end of file
android:layout_width="match_parent"
android:orientation="vertical"
android:gravity="center_horizontal"
android:id="@+id/SFLPhoneHomeLayout">
<android.support.v4.view.ViewPager
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/pager"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".SFLPhoneHome" />
</LinearLayout>
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