preferences.xml 792 B

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="fill_parent"
  4. android:layout_height="fill_parent"
  5. android:orientation="vertical" >
  6. <Button
  7. android:id="@+id/ReenableButton"
  8. android:layout_width="wrap_content"
  9. android:layout_height="wrap_content"
  10. android:layout_gravity="center"
  11. android:layout_marginBottom="8.0dip"
  12. android:layout_marginTop="4.0dip"
  13. android:text="@string/reenable_button"
  14. android:textSize="18.0dip" />
  15. <me.yoqi.screenfilter.BrightnessSelector
  16. android:id="@+id/PreferencesBrightnessSelector"
  17. android:layout_width="fill_parent"
  18. android:layout_height="wrap_content" />
  19. </LinearLayout>