<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
- android:startColor="#40ffffff"
- android:endColor="#FFffffff"
+ android:endColor="@color/backgroundColor"
+ android:startColor="@color/backgroundColorTransparent"
android:angle="270"
/>
</shape>
\ No newline at end of file
<FrameLayout
android:id="@+id/account_row_amounts_expander_container"
android:layout_width="0dp"
- android:layout_height="12sp"
+ android:layout_height="18sp"
app:layout_constraintStart_toStartOf="@id/account_row_acc_amounts"
app:layout_constraintEnd_toEndOf="@id/account_row_acc_amounts"
app:layout_constraintBottom_toBottomOf="@id/account_row_acc_amounts"
android:background="@drawable/fade_down_white">
<!--<ImageView-->
- <!--android:layout_gravity="center_vertical|end"-->
- <!--android:id="@+id/account_row_amounts_expander"-->
- <!--android:layout_width="20dp"-->
- <!--android:layout_height="20dp"-->
- <!--android:background="@drawable/ic_expand_more_black_24dp" />-->
+ <!--android:layout_gravity="center_vertical|end"-->
+ <!--android:id="@+id/account_row_amounts_expander"-->
+ <!--android:layout_width="20dp"-->
+ <!--android:layout_height="20dp"-->
+ <!--android:background="@drawable/ic_expand_more_black_24dp" />-->
</FrameLayout>
android:id="@+id/main_app_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
+ android:background="@color/backgroundColor"
android:orientation="vertical"
android:theme="@style/AppTheme.AppBarOverlay"
tools:context=".ui.activity.MainActivity">
<color name="header_border">#804a148c</color>
<color name="error_background">#FFE1E2</color>
<color name="errorTextColor">#CD1609</color>
+ <color name="backgroundColor">#EEEEEE</color>
+ <color name="backgroundColorTransparent">#00eeeeee</color>
</resources>