Advertisement
Matt_Maxx

contain_main.xml (angka notifikasi)

Oct 31st, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.90 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout
  3.    xmlns:android="http://schemas.android.com/apk/res/android"
  4.    xmlns:app="http://schemas.android.com/apk/res-auto"
  5.    xmlns:tools="http://schemas.android.com/tools"
  6.    android:layout_width="match_parent"
  7.    android:layout_height="match_parent"
  8.    android:paddingBottom="@dimen/activity_vertical_margin"
  9.    android:paddingLeft="@dimen/activity_horizontal_margin"
  10.    android:paddingRight="@dimen/activity_horizontal_margin"
  11.    android:paddingTop="@dimen/activity_vertical_margin"
  12.    app:layout_behavior="@string/appbar_scrolling_view_behavior"
  13.    tools:context="com.testing1notifikasi.matrisno.MainActivity"
  14.    tools:showIn="@layout/activity_main">
  15.  
  16.     <Button
  17.        android:id="@+id/reset"
  18.        android:text="Reset"
  19.        android:layout_width="match_parent"
  20.        android:layout_height="wrap_content"/>
  21. </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement