Page 1257 - 3-3
P. 1257
</declare-styleable>
</resources>
<DataBase.xml>
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
xmlns:sl="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
tools:context=".MainActivity"
android:layout_margin="15dp"
android:padding="10dp">
<ListView
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="8"
android:layout_margin="0dp"
android:padding="5dp"
android:id="@+id/listView_main_list" />
<mdp3.mdptest.ScalableLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
sl:scale_base_height="0"
sl:scale_base_width="1080" >
<TextView
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="4"
android:layout_margin="5dp"
android:padding="5dp"
android:id="@+id/textView_main_result" />
</mdp3.mdptest.ScalableLayout>
</LinearLayout>
<res/anim>// 슬라이드를 위한 것
<slide_left_in.xml>
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android" >
- 1257 -