forked from mirror/monocles_chat_clean
Use MD style for key trust toggle switch
This commit is contained in:
parent
945859afdd
commit
6c72f9f34c
2 changed files with 1 additions and 7 deletions
|
@ -59,7 +59,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_centerVertical="true"
|
||||
style="@style/MaterialDesignButton"/>
|
||||
style="@style/MD"/>
|
||||
|
||||
</RelativeLayout>
|
||||
</RelativeLayout>
|
|
@ -18,10 +18,4 @@
|
|||
<item name="android:padding">16dp</item>
|
||||
</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>
|
Loading…
Reference in a new issue