summaryrefslogtreecommitdiffstats
path: root/res/layout/controls_generic.xml
blob: b9c7b749ed81e02952c83da73ced53cdaf31cde5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8"?>
<org.cyanogenmod.audiofx.knobs.KnobContainer
        xmlns:android="http://schemas.android.com/apk/res/android"
        android:background="@color/knob_container_background"
        android:id="@+id/knob_container"
        android:gravity="top|center_horizontal"
        android:orientation="horizontal"
        android:animateLayoutChanges="true"
        android:layout_width="match_parent"
        android:layout_height="160dp"
        android:elevation="8dp"
        android:padding="4dp"
        android:layout_weight="1"/>