toolbar_layout.xml 316 B

12345678
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Toolbar xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:orientation="vertical" android:layout_width="match_parent"
  4. android:layout_height="wrap_content"
  5. android:id="@+id/toolbar"
  6. android:background="@android:color/holo_red_light">
  7. </Toolbar>