diff --git a/briar-android/res/layout/navigation_menu.xml b/briar-android/res/layout/navigation_menu.xml index f605fcbf73b21e8c6711d1c7b097fb9bbcb93afa..f6934e5e011802d5c9b5128dc401f04cd54f7f01 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"> - <android.support.v7.widget.AppCompatButton + <Button android:id="@+id/nav_btn_contacts" style="@style/NavMenuButton" android:layout_width="match_parent" @@ -46,7 +46,7 @@ android:layout_height="@dimen/nav_separator_height" android:layout_marginLeft="@dimen/margin_large"/> - <android.support.v7.widget.AppCompatButton + <Button android:id="@+id/nav_btn_forums" style="@style/NavMenuButton" android:layout_width="match_parent" @@ -61,7 +61,7 @@ android:layout_height="@dimen/margin_separator" android:layout_marginLeft="@dimen/margin_large"/> - <android.support.v7.widget.AppCompatButton + <Button android:id="@+id/nav_btn_settings" style="@style/NavMenuButton" android:layout_width="match_parent" @@ -76,7 +76,7 @@ android:layout_height="@dimen/margin_separator" android:layout_marginLeft="@dimen/margin_large"/> - <android.support.v7.widget.AppCompatButton + <Button android:id="@+id/nav_btn_signout" style="@style/NavMenuButton" android:layout_width="match_parent"