| | |
| | | app:tabSelectedTextColor="#FFC107" |
| | | app:tabTextColor="#000000"> |
| | | |
| | | <com.google.android.material.tabs.TabItem |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:text="首页" /> |
| | | <!-- <com.google.android.material.tabs.TabItem--> |
| | | <!-- android:layout_width="match_parent"--> |
| | | <!-- android:layout_height="match_parent"--> |
| | | <!-- android:text="首页" />--> |
| | | |
| | | <com.google.android.material.tabs.TabItem |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:text="地图" /> |
| | | <!-- <com.google.android.material.tabs.TabItem--> |
| | | <!-- android:layout_width="match_parent"--> |
| | | <!-- android:layout_height="match_parent"--> |
| | | <!-- android:text="地图" />--> |
| | | |
| | | <com.google.android.material.tabs.TabItem |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:text="我的" /> |
| | | <!-- <com.google.android.material.tabs.TabItem--> |
| | | <!-- android:layout_width="match_parent"--> |
| | | <!-- android:layout_height="match_parent"--> |
| | | <!-- android:text="我的" />--> |
| | | </com.google.android.material.tabs.TabLayout> |
| | | |
| | | </RelativeLayout> |