Skip to content

Instantly share code, notes, and snippets.

@pbrewczynski
Created September 9, 2013 18:23
Show Gist options
  • Save pbrewczynski/6499509 to your computer and use it in GitHub Desktop.
Save pbrewczynski/6499509 to your computer and use it in GitHub Desktop.
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:layout_marginBottom="20dp" >
<TextView
android:layout_width="160mm"
android:layout_height="wrap_content"
android:layout_marginRight="20dp"
android:background="@color/text_views_color"
android:paddingBottom="5dp"
android:paddingTop="5dp"
android:text="160 mm"
android:textColor="@color/text_color" >
</TextView>
<TextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:layout_gravity="fill"
android:text="@string/sp_description"
android:textColor="@color/text_color" >
</TextView>
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment