Pq преди 1 година
родител
ревизия
e82d6420a9

+ 1 - 1
institution/src/main/res/drawable/shape_162648_bottom_20dp.xml → institution/src/main/res/drawable/shape_1e2f54_bottom_20dp.xml

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <shape xmlns:android="http://schemas.android.com/apk/res/android">
-    <solid android:color="@color/color_162648"/>
+    <solid android:color="@color/color_1e2f54"/>
     <corners android:bottomLeftRadius="20dp"
         android:bottomRightRadius="20dp"/>
 </shape>

+ 1 - 1
institution/src/main/res/layout/view_switch_album_layout.xml

@@ -11,7 +11,7 @@
         android:id="@+id/cs_content"
         android:layout_width="match_parent"
         android:layout_height="wrap_content"
-        android:background="@drawable/shape_162648_bottom_20dp"
+        android:background="@drawable/shape_1e2f54_bottom_20dp"
         android:paddingTop="20dp"
         android:paddingBottom="2dp">
 

+ 1 - 0
institution/src/main/res/values/colors.xml

@@ -13,4 +13,5 @@
     <color name="color_ff4d72">#ff4d72</color>
     <color name="color_ff608e">#FF608E</color>
     <color name="color_162648">#162648</color>
+    <color name="color_1e2f54">#1E2F54</color>
 </resources>