Advertisement
Matt_Maxx

activity_main.xml (angka notifikasi)

Oct 31st, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.12 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <android.support.design.widget.CoordinatorLayout
  3.    xmlns:android="http://schemas.android.com/apk/res/android"
  4.  
  5.    xmlns:tools="http://schemas.android.com/tools"
  6.    android:layout_width="match_parent"
  7.    android:layout_height="match_parent"
  8.    android:fitsSystemWindows="true"
  9.    tools:context="com.testing1notifikasi.matrisno.MainActivity">
  10.  
  11.     <android.support.design.widget.AppBarLayout
  12.        android:layout_width="match_parent"
  13.        android:layout_height="wrap_content"
  14.        android:theme="@style/AppTheme.AppBarOverlay">
  15.  
  16.         <include layout="@layout/actionbar_notification"/>
  17.  
  18.  
  19.     </android.support.design.widget.AppBarLayout>
  20.  
  21.     <include layout="@layout/contain_main"/>
  22.  
  23.     <android.support.design.widget.FloatingActionButton
  24.        android:id="@+id/fab"
  25.        android:layout_width="wrap_content"
  26.        android:layout_height="wrap_content"
  27.        android:layout_gravity="bottom|end"
  28.        android:layout_margin="@dimen/fab_margin"
  29.        android:src="@drawable/ic_mail_black_24dp"/>
  30.  
  31. </android.support.design.widget.CoordinatorLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement