Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.

Commit 233b558

Browse files
committed
landscape mode added
1 parent 54c00ce commit 233b558

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3+
xmlns:tools="http://schemas.android.com/tools"
4+
android:layout_width="match_parent"
5+
android:layout_height="match_parent"
6+
android:paddingBottom="@dimen/activity_vertical_margin"
7+
android:paddingLeft="@dimen/activity_horizontal_margin"
8+
android:paddingRight="@dimen/activity_horizontal_margin"
9+
android:paddingTop="@dimen/activity_vertical_margin"
10+
tools:context="sandbox.lelisoft.com.testdpi.MainActivity"
11+
android:orientation="horizontal">
12+
13+
<ImageView
14+
android:layout_width="wrap_content"
15+
android:layout_height="wrap_content"
16+
android:src="@drawable/ic_test" />
17+
<ImageView
18+
android:id="@+id/testView"
19+
android:layout_width="200dp"
20+
android:layout_height="200dp" />
21+
<!--
22+
<ImageView
23+
android:id="@+id/testView"
24+
android:layout_width="400dp"
25+
android:layout_height="400dp" />
26+
-->
27+
</LinearLayout>

0 commit comments

Comments
 (0)