1
0

Change marking current student in accounts dialog (#486)

This commit is contained in:
Rafał Borcz
2019-09-04 21:19:05 +02:00
committed by Mikołaj Pich
parent c3bb489851
commit 4e0f41dcb2
3 changed files with 18 additions and 11 deletions

View File

@ -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"

View File

@ -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">