|
|
@@ -34,7 +34,7 @@
|
|
|
<android.support.v7.widget.Toolbar
|
|
|
android:id="@+id/flexible.example.toolbar"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="45dp"
|
|
|
+ android:layout_height="35dp"
|
|
|
android:layout_gravity="top"
|
|
|
android:background="@null"
|
|
|
android:visibility="invisible"
|
|
|
@@ -54,13 +54,14 @@
|
|
|
<Spinner
|
|
|
android:id="@+id/spinner_select_contents"
|
|
|
android:layout_width="wrap_content"
|
|
|
- android:layout_height="45dp"
|
|
|
+ android:layout_height="35dp"
|
|
|
android:layout_marginStart="14dp"
|
|
|
android:background="@drawable/filter_drop_down"
|
|
|
android:entries="@array/main_filter"
|
|
|
android:focusable="true"
|
|
|
- android:padding="10dp"
|
|
|
android:textColor="@color/C000000"
|
|
|
+ android:layout_alignParentTop="true"
|
|
|
+ android:layout_alignParentBottom="true"
|
|
|
android:textSize="12dp"/>
|
|
|
|
|
|
<ImageView
|
|
|
@@ -68,8 +69,12 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_alignParentEnd="true"
|
|
|
- android:layout_marginEnd="10dp"
|
|
|
- android:padding="14dp"
|
|
|
+ android:paddingTop="5dp"
|
|
|
+ android:paddingBottom="5dp"
|
|
|
+ android:paddingStart="10dp"
|
|
|
+ android:paddingEnd="10dp"
|
|
|
+ android:layout_marginEnd="15dp"
|
|
|
+ android:layout_alignParentBottom="true"
|
|
|
app:srcCompat="@drawable/ic_filter_de"
|
|
|
/>
|
|
|
</RelativeLayout>
|