Revert "First attempts to make better layout for tablets (for big tablets - home page layout changed partially)."

This reverts commit 12621d5067.
master
Tomasz Półgrabia 2016-10-26 20:29:35 +02:00
parent 12621d5067
commit e64d40a74d
6 changed files with 18 additions and 35 deletions

View File

@ -123,11 +123,8 @@ public class MainActivity extends ActionBarActivity {
boolean copySavedConfiguration = savedConfiguration =
savedInstanceState != null && savedInstanceState.getBoolean(AppConstants.SAVED_CONFIG_KEY);
String deviceType = getResources().getString(R.string.device_type);
if ("Plain".equals(deviceType)) {
switchFragment();
updateSwipeHandler();
}
switchFragment();
updateSwipeHandler();
if (!copySavedConfiguration && HelperUtils.checkForLocalicatonEnabled(this)) return;
}

View File

@ -2,7 +2,6 @@
<pl.tpolgrabia.urbanexplorer.views.SwipeFrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/fragments"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingLeft="@dimen/activity_horizontal_margin"
@ -14,26 +13,26 @@
<LinearLayout android:layout_width="match_parent"
android:layout_height="match_parent">
<fragment android:name="pl.tpolgrabia.urbanexplorer.fragments.PlacesFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1">
<FrameLayout android:id="@+id/frag_container1"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1">
</fragment>
</FrameLayout>
<fragment android:name="pl.tpolgrabia.urbanexplorer.fragments.WikiLocationsFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1">
<FrameLayout android:id="@+id/frag_container2"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1">
</fragment>
<fragment android:name="pl.tpolgrabia.urbanexplorer.fragments.HomeFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1">
</FrameLayout>
</fragment>
<FrameLayout android:id="@+id/frag_container3"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1">
</FrameLayout>
</LinearLayout>

View File

@ -2,7 +2,6 @@
<pl.tpolgrabia.urbanexplorer.views.SwipeFrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/fragments"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingLeft="@dimen/activity_horizontal_margin"

View File

@ -1,4 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="device_type">600</string>
</resources>

View File

@ -1,4 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="device_type">720</string>
</resources>

View File

@ -1,4 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="device_type">Plain</string>
</resources>