OC-1833: Add CustomButton class to can change the background of buttons
[pub/Android/ownCloud.git] / res / layout-v14 / generic_explanation.xml
index d396456..e3d50ca 100644 (file)
         android:orientation="horizontal" >
 
         <!-- 'OK' / 'CANCEL' BUTTONS CHANGE THEIR ORDER FROM ANDROID 4.0 ; THANKS, GOOGLE -->
-        <Button
+        <de.mobilcom.debitel.cloud.android.ui.CustomButton
             android:id="@+id/cancel"
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
             android:layout_weight="1"
             android:text="@string/common_cancel" />
 
-               <Button
+               <de.mobilcom.debitel.cloud.android.ui.CustomButton
                    android:id="@+id/ok"
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"