Skip to content

Instantly share code, notes, and snippets.

@ParkSangGwon
Created December 18, 2015 01:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ParkSangGwon/b2fc21968b3361a69185 to your computer and use it in GitHub Desktop.
Save ParkSangGwon/b2fc21968b3361a69185 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="#f00"
android:gravity="center_vertical"
android:orientation="horizontal"
android:padding="16dp">
<TextView
android:id="@+id/tv_call_number"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text=""
android:textColor="#fff"
android:textSize="20sp" />
<ImageButton
android:id="@+id/btn_close"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@android:color/transparent"
android:src="@drawable/abc_ic_clear_mtrl_alpha" />
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment