diff options
author | Andreas Straub <andy@strb.org> | 2015-07-20 14:14:27 +0200 |
---|---|---|
committer | Andreas Straub <andy@strb.org> | 2015-07-20 14:14:27 +0200 |
commit | 576330f6a937d2294bb3fd4f197acd0c3340ae8f (patch) | |
tree | 979a54f19b8feb9e586e3e5e3f06c924152f111e /src/main/res/layout/contact_key.xml | |
parent | e9d7d7e12a8d18664df06fe467c8055a2f403e8b (diff) |
Use MD style for key trust toggle switch
Diffstat (limited to 'src/main/res/layout/contact_key.xml')
-rw-r--r-- | src/main/res/layout/contact_key.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/layout/contact_key.xml b/src/main/res/layout/contact_key.xml index 64f6075c..7cb0bae7 100644 --- a/src/main/res/layout/contact_key.xml +++ b/src/main/res/layout/contact_key.xml @@ -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>
\ No newline at end of file |