From 92d3e02c824e28da2b65f731689849b62d14892e Mon Sep 17 00:00:00 2001 From: str4d Date: Fri, 20 May 2016 03:30:10 +0000 Subject: [PATCH] android.support.v7.widget.AppCompatButton -> Button to use AppCompat inflater Fixes the following crash that occurs after upgrading to support 23.3.0: https://code.google.com/p/android/issues/detail?id=174871 --- briar-android/res/layout/navigation_menu.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/briar-android/res/layout/navigation_menu.xml b/briar-android/res/layout/navigation_menu.xml index f605fcbf7..f6934e5e0 100644 --- a/briar-android/res/layout/navigation_menu.xml +++ b/briar-android/res/layout/navigation_menu.xml @@ -31,7 +31,7 @@ android:layout_height="wrap_content" android:orientation="vertical"> - - - -