Use MD style for key trust toggle switch
This commit is contained in:
parent
e9d7d7e12a
commit
576330f6a9
|
@ -59,7 +59,7 @@
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_alignParentRight="true"
|
android:layout_alignParentRight="true"
|
||||||
android:layout_centerVertical="true"
|
android:layout_centerVertical="true"
|
||||||
style="@style/MaterialDesignButton"/>
|
style="@style/MD"/>
|
||||||
|
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
|
@ -18,10 +18,4 @@
|
||||||
<item name="android:padding">16dp</item>
|
<item name="android:padding">16dp</item>
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style name="MaterialDesignButton" parent="MD">
|
|
||||||
<item name="android:layout_width">wrap_content</item>
|
|
||||||
<item name="android:layout_height">wrap_content</item>
|
|
||||||
<item name="android:padding">16dp</item>
|
|
||||||
</style>
|
|
||||||
|
|
||||||
</resources>
|
</resources>
|
Loading…
Reference in a new issue