NewsBlur-viq/media/android/NewsBlur/res/layout/fragment_intelligenceselector.xml

19 lines
No EOL
712 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/actionbar_background"
android:gravity="center"
android:orientation="horizontal" >
<com.newsblur.view.StateToggleButton
android:id="@+id/fragment_intelligence_statebutton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="5dp"
android:layout_marginTop="5dp"
android:gravity="center"
android:orientation="horizontal"
android:padding="5dp" />
</LinearLayout>