Починка кнопок в главной, цвет статус бара белый а иконки серые
This commit is contained in:
parent
a7fcc1635e
commit
b2b2467542
@ -29,7 +29,7 @@
|
|||||||
android:id="@+id/showState"
|
android:id="@+id/showState"
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="0dp"
|
android:layout_height="0dp"
|
||||||
app:constraint_referenced_ids="logout,fullname,photo2,position,lastEntry,scan" />
|
app:constraint_referenced_ids="fullname,photo2,position,lastEntry,scan,admin,entry_list" />
|
||||||
|
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
@ -149,7 +149,8 @@
|
|||||||
android:src="@drawable/ic_admin"
|
android:src="@drawable/ic_admin"
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
app:layout_constraintEnd_toStartOf="@+id/scan"
|
app:layout_constraintEnd_toStartOf="@+id/scan"
|
||||||
app:layout_constraintStart_toEndOf="@+id/entry_list" />
|
app:layout_constraintStart_toEndOf="@+id/entry_list"
|
||||||
|
app:maxImageSize="40dp"/>
|
||||||
|
|
||||||
<com.google.android.material.floatingactionbutton.FloatingActionButton
|
<com.google.android.material.floatingactionbutton.FloatingActionButton
|
||||||
android:id="@+id/entry_list"
|
android:id="@+id/entry_list"
|
||||||
@ -157,10 +158,10 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:contentDescription="@string/profile_scan_button"
|
android:contentDescription="@string/profile_scan_button"
|
||||||
android:src="@drawable/ic_admin"
|
android:src="@drawable/icon_list"
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
app:maxImageSize="40dp" />
|
/>
|
||||||
|
|
||||||
|
|
||||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||||
|
@ -3,7 +3,8 @@
|
|||||||
<style name="Base.Theme.UiTemplate" parent="Theme.MaterialComponents.DayNight.NoActionBar">
|
<style name="Base.Theme.UiTemplate" parent="Theme.MaterialComponents.DayNight.NoActionBar">
|
||||||
<!-- Customize your light theme here. -->
|
<!-- Customize your light theme here. -->
|
||||||
<item name="colorPrimary">@color/AccentBlue</item>
|
<item name="colorPrimary">@color/AccentBlue</item>
|
||||||
<item name="colorPrimaryDark">@color/AccentBlue</item>
|
<item name="colorPrimaryDark">@color/white</item>
|
||||||
|
<item name="android:windowLightStatusBar">true</item>
|
||||||
<item name="android:navigationBarColor">@color/white</item>
|
<item name="android:navigationBarColor">@color/white</item>
|
||||||
<item name="android:colorBackground">@color/white</item>
|
<item name="android:colorBackground">@color/white</item>
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user