Advertisement
Guest User

notification_layout.xml

a guest
Apr 5th, 2016
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.66 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3.              android:background="#0f0"
  4.              android:id="@+id/root"
  5.              android:layout_width="match_parent"
  6.              android:layout_height="match_parent">
  7.  
  8.     <Button xmlns:android="http://schemas.android.com/apk/res/android"
  9.            android:layout_width="wrap_content"
  10.            android:layout_height="wrap_content"
  11.            android:background="#00f"
  12.            android:padding="8dp"
  13.            android:text="DEFAULT"
  14.            android:textColor="#fff"
  15.            android:textSize="20sp"/>
  16.  
  17. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement