OC-1833: Add CustomButton class to can change the background of buttons
[pub/Android/ownCloud.git] / res / layout / extensions_available_dialog.xml
index e5c3d10..64d1021 100644 (file)
         android:layout_margin="5dp"
         android:weightSum="1.0" >
 
-        <Button
+        <de.mobilcom.debitel.cloud.android.ui.CustomButton
             android:id="@+id/buttonNo"
             android:layout_width="fill_parent"
             android:layout_height="wrap_content"
             android:text="@string/common_no"
             android:layout_weight="0.5"/>
 
-        <Button
+        <de.mobilcom.debitel.cloud.android.ui.CustomButton
             android:id="@+id/buttonYes"
             android:layout_width="fill_parent"
             android:layout_height="wrap_content"