|
|
@@ -44,12 +44,12 @@
|
|
|
/>
|
|
|
|
|
|
<RelativeLayout
|
|
|
- android:visibility="gone"
|
|
|
android:id="@+id/relativeLayout"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_gravity="bottom"
|
|
|
android:background="@color/CFFFFFF"
|
|
|
+ tools:background="@color/CD0D0D0"
|
|
|
app:layout_collapseMode="pin">
|
|
|
|
|
|
<Spinner
|
|
|
@@ -63,7 +63,7 @@
|
|
|
android:focusable="true"
|
|
|
android:lineSpacingExtra="4sp"
|
|
|
android:textColor="@color/C000000"
|
|
|
- android:visibility="invisible"/>
|
|
|
+ />
|
|
|
</RelativeLayout>
|
|
|
</android.support.design.widget.CollapsingToolbarLayout>
|
|
|
</android.support.design.widget.AppBarLayout>
|