Skip to content
Snippets Groups Projects
Commit ae74d46f authored by Xavier Gibert's avatar Xavier Gibert
Browse files

landscape local simulator layout

parent d77b4eaf
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/RelativeLayout1"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/grey5"
android:orientation="vertical"
android:paddingBottom="5dp" >
<LinearLayout
android:id="@+id/linearLayout1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_alignParentLeft="true"
android:layout_alignParentTop="true"
android:background="@color/grey5"
android:gravity="fill_horizontal"
android:orientation="vertical" >
<Button
android:id="@+id/button1"
android:layout_width="100dp"
android:layout_height="0dp"
android:layout_weight="1"
android:minHeight="38dp"
android:text="@string/sim_local_new"
android:textColor="@color/white" />
<Button
android:id="@+id/button2"
android:layout_width="100dp"
android:layout_height="0dp"
android:layout_weight="1"
android:minHeight="38dp"
android:text="@string/sim_local_edit"
android:textColor="@color/white" />
<Button
android:id="@+id/button3"
android:layout_width="100dp"
android:layout_height="0dp"
android:layout_weight="1"
android:minHeight="38dp"
android:text="@string/sim_local_remove"
android:textColor="@color/white" />
</LinearLayout>
<ListView
android:id="@+id/listView1"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_alignParentRight="true"
android:layout_alignParentTop="true"
android:layout_margin="5dp"
android:layout_toRightOf="@+id/linearLayout1"
android:background="@color/grey3" >
</ListView>
</RelativeLayout>
\ No newline at end of file
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