Skip to content

Instantly share code, notes, and snippets.

Created June 30, 2014 18:08
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save anonymous/b13b910e16c84278ee4b to your computer and use it in GitHub Desktop.
Save anonymous/b13b910e16c84278ee4b to your computer and use it in GitHub Desktop.
<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="com.example.android.sunshine.app.MainActivity">
<!--
This layout is a two-pane layout for the Sunshine master/detail flow.
-->
<fragment
android:id="@+id/fragment_forecast"
android:name="com.example.android.sunshine.app.ForecastFragment"
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>a
@douglasdrumond
Copy link

There's an extra "a" at the end.

@siddharthshah52
Copy link

The layout weights are 2 and 4. Is that any different from the corresponding weights being 1 and 2?

@lauploix
Copy link

still an extra "a" :)

@AlanCowap
Copy link

The extraneous 'a' is not in the git repo.

@sorlucas
Copy link

Wooowww with "a" What is it?

😄

@Eliran-rdt
Copy link

We got the "a" for effort
😃

@LorenzoSantoro94
Copy link

We all love 'a' <3

@oreofeolurin
Copy link

The "a" though?

@singhajay7
Copy link

"a" is anonymous.

@frliran
Copy link

frliran commented Aug 19, 2015

"a" is for "Android" :-)

@ExpandedMind
Copy link

a is for Ajaxian :P

@sahilandroid19
Copy link

"a" is for android

@valbaca
Copy link

valbaca commented Jun 24, 2016

Fonzie says... A!

http://goo.gl/HK4Lt7

@erikflima
Copy link

a?

@samirthebti
Copy link

nice " a " haha

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment