Skip to content

Instantly share code, notes, and snippets.

@IslamBesto
Created December 31, 2014 01:03
Show Gist options
  • Save IslamBesto/25af3e5a9eaea639e680 to your computer and use it in GitHub Desktop.
Save IslamBesto/25af3e5a9eaea639e680 to your computer and use it in GitHub Desktop.
sw600dp
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:baselineAligned="false"
android:divider="?android:attr/dividerHorizontal"
android:orientation="horizontal"
tools:context="app.earthquakenews.android.example.com.earthquakenews.MainActivity">
<fragment
android:id="@+id/fragment_earthquake"
android:name="app.earthquakenews.android.example.com.earthquakenews.EarthquakeFragment"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="2"
tools:layout="@android:layout/list_content" />
<FrameLayout
android:id="@+id/weather_detail_container"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="4" />
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment