diff --git a/app/src/main/res/layout-sw600dp/fragment_main.xml b/app/src/main/res/layout-sw600dp/fragment_main.xml new file mode 100644 index 0000000..c77f393 --- /dev/null +++ b/app/src/main/res/layout-sw600dp/fragment_main.xml @@ -0,0 +1,41 @@ + + + + + + diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml index 92ec447..0fe22d6 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -13,11 +13,10 @@ See the License for the specific language governing permissions and limitations under the License. --> - + android:layout_height="wrap_content"> - \ No newline at end of file + \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_main.xml b/app/src/main/res/layout/fragment_main.xml index c77f393..3240d81 100644 --- a/app/src/main/res/layout/fragment_main.xml +++ b/app/src/main/res/layout/fragment_main.xml @@ -13,29 +13,35 @@ See the License for the specific language governing permissions and limitations under the License. --> - - + - - + - + android:layout_height="wrap_content" + android:layout_alignParentTop="true" + android:background="?attr/colorPrimary" + android:orientation="vertical"> + + + + diff --git a/app/src/main/res/layout/fragment_main_base.xml b/app/src/main/res/layout/fragment_main_base.xml new file mode 100644 index 0000000..1702a1d --- /dev/null +++ b/app/src/main/res/layout/fragment_main_base.xml @@ -0,0 +1,42 @@ + + + + + + diff --git a/app/src/main/res/values/dimens.xml b/app/src/main/res/values/dimens.xml index 9e0906d..53d3569 100644 --- a/app/src/main/res/values/dimens.xml +++ b/app/src/main/res/values/dimens.xml @@ -51,4 +51,5 @@ @dimen/detail_view_padding 6dp + 360dp