Change marking current student in accounts dialog (#486)
This commit is contained in:

committed by
Mikołaj Pich

parent
c3bb489851
commit
4e0f41dcb2
@ -17,10 +17,9 @@
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="40dp"
|
||||
android:layout_centerVertical="true"
|
||||
android:background="@drawable/ic_account_circular_border"
|
||||
app:srcCompat="@drawable/ic_all_account"
|
||||
app:tint="#7E7E7E"
|
||||
tools:ignore="ContentDescription" />
|
||||
tools:ignore="ContentDescription"
|
||||
tools:tint="@color/colorPrimary" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/accountItemName"
|
||||
|
@ -8,6 +8,7 @@
|
||||
<item name="android:windowBackground">?colorSurface</item>
|
||||
<item name="android:textColor">?android:textColorPrimary</item>
|
||||
<item name="android:statusBarColor" tools:targetApi="lollipop">@android:color/black</item>
|
||||
<item name="android:windowLightNavigationBar" tools:targetApi="o_mr1">false</item>
|
||||
</style>
|
||||
|
||||
<style name="WulkanowyTheme.Black" parent="WulkanowyTheme.NoActionBar">
|
||||
|
Reference in New Issue
Block a user