Advertisement
exsrafif

activity_main_sejarah

Dec 12th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.99 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3.    xmlns:app="http://schemas.android.com/apk/res-auto"
  4.    xmlns:tools="http://schemas.android.com/tools"
  5.    android:layout_width="match_parent"
  6.    android:layout_height="match_parent"
  7.    android:orientation="vertical"
  8.    android:background="@drawable/background4"
  9.    tools:context=".MainSejarah">
  10.  
  11.  
  12.  
  13.     <com.google.android.material.tabs.TabLayout
  14.        android:id="@+id/tab_layout"
  15.        android:layout_width="match_parent"
  16.        android:layout_height="wrap_content"
  17.        app:tabBackground="@color/colorPrimaryDark"
  18.        app:tabIndicatorColor="#f00"
  19.        app:tabSelectedTextColor="#f00"
  20.        app:tabTextColor="#f00">
  21.  
  22.  
  23.  
  24.  
  25.  
  26.     </com.google.android.material.tabs.TabLayout>
  27.     <FrameLayout
  28.        android:id="@+id/Frame"
  29.        android:layout_width="match_parent"
  30.        android:layout_height="match_parent">
  31.  
  32.     </FrameLayout>
  33. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement