Make button row background themeable

This commit is contained in:
Thialfihar
2015-06-26 11:11:06 +02:00
parent 7df68919a9
commit fe9c802bbb
16 changed files with 26 additions and 26 deletions

View File

@@ -64,7 +64,7 @@
android:layout_alignParentBottom="true"
android:layout_alignParentLeft="true"
android:layout_alignParentStart="true"
android:background="@color/holo_gray_bright"
android:background="?attr/colorButtonRow"
android:id="@+id/create_key_buttons">
<TextView
@@ -101,4 +101,4 @@
android:clickable="true"
style="?android:attr/borderlessButtonStyle" />
</LinearLayout>
</RelativeLayout>
</RelativeLayout>