mirror of
https://github.com/guilhermewerner/calculadora-android
synced 2025-06-17 03:34:18 +00:00
Initial
This commit is contained in:
11
Calculadora/Calculadora.Android/Resources/layout/Tabbar.axml
Normal file
11
Calculadora/Calculadora.Android/Resources/layout/Tabbar.axml
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<android.support.design.widget.TabLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:id="@+id/sliding_tabs"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="?attr/colorPrimary"
|
||||
android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
|
||||
app:tabIndicatorColor="@android:color/white"
|
||||
app:tabGravity="fill"
|
||||
app:tabMode="fixed" />
|
Reference in New Issue
Block a user