TheNameOfRose

toolbarlayout

Feb 20th, 2020
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <androidx.appcompat.widget.Toolbar xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:id="@+id/main_app_bar"
  4. android:layout_width="match_parent"
  5. android:layout_height="wrap_content"
  6. android:background="@color/colorPrimary"
  7. android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar">
  8.  
  9. </androidx.appcompat.widget.Toolbar>
Add Comment
Please, Sign In to add comment