android:layout_weight="2"
android:padding="10dip"
android:scrollbarAlwaysDrawVerticalTrack="true"
- android:text="@string/text_placeholder"
+ android:text="@string/placeholder_sentence"
/>
<ListView
android:orientation="horizontal" >
<!-- 'OK' / 'CANCEL' BUTTONS CHANGE THEIR ORDER FROM ANDROID 4.0 ; THANKS, GOOGLE -->
- <de.mobilcom.debitel.cloud.android.ui.CustomButton
+ <Button
android:id="@+id/cancel"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="@string/common_cancel" />
- <de.mobilcom.debitel.cloud.android.ui.CustomButton
+ <Button
android:id="@+id/ok"
android:layout_width="wrap_content"
android:layout_height="wrap_content"