Remove Actionbar

This commit is contained in:
Dusk 2022-02-18 23:18:14 +01:00
parent b5f98f5465
commit 3ad0d9cec0
4 changed files with 4 additions and 5 deletions

View File

@ -12,6 +12,6 @@
</deviceKey>
</Target>
</runningDeviceTargetSelectedWithDropDown>
<timeTargetWasSelectedWithDropDown value="2022-02-18T21:41:13.698736Z" />
<timeTargetWasSelectedWithDropDown value="2022-02-18T22:16:54.747155Z" />
</component>
</project>

View File

@ -9,7 +9,6 @@
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/imageGridRecV"
android:layout_width="match_parent"
android:layout_height="match_parent"
/>
android:layout_height="match_parent" />
</FrameLayout>

View File

@ -1,6 +1,6 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Base application theme. -->
<style name="Theme.Testes" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
<style name="Theme.Testes" parent="Theme.MaterialComponents.DayNight.NoActionBar">
<!-- Primary brand color. -->
<item name="colorPrimary">@color/purple_200</item>
<item name="colorPrimaryVariant">@color/purple_700</item>

View File

@ -1,6 +1,6 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Base application theme. -->
<style name="Theme.Testes" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
<style name="Theme.Testes" parent="Theme.MaterialComponents.DayNight.NoActionBar">
<!-- Primary brand color. -->
<item name="colorPrimary">@color/purple_500</item>
<item name="colorPrimaryVariant">@color/purple_700</item>