Remove Actionbar
This commit is contained in:
		
							parent
							
								
									b5f98f5465
								
							
						
					
					
						commit
						3ad0d9cec0
					
				| 
						 | 
					@ -12,6 +12,6 @@
 | 
				
			||||||
        </deviceKey>
 | 
					        </deviceKey>
 | 
				
			||||||
      </Target>
 | 
					      </Target>
 | 
				
			||||||
    </runningDeviceTargetSelectedWithDropDown>
 | 
					    </runningDeviceTargetSelectedWithDropDown>
 | 
				
			||||||
    <timeTargetWasSelectedWithDropDown value="2022-02-18T21:41:13.698736Z" />
 | 
					    <timeTargetWasSelectedWithDropDown value="2022-02-18T22:16:54.747155Z" />
 | 
				
			||||||
  </component>
 | 
					  </component>
 | 
				
			||||||
</project>
 | 
					</project>
 | 
				
			||||||
| 
						 | 
					@ -9,7 +9,6 @@
 | 
				
			||||||
    <androidx.recyclerview.widget.RecyclerView
 | 
					    <androidx.recyclerview.widget.RecyclerView
 | 
				
			||||||
        android:id="@+id/imageGridRecV"
 | 
					        android:id="@+id/imageGridRecV"
 | 
				
			||||||
        android:layout_width="match_parent"
 | 
					        android:layout_width="match_parent"
 | 
				
			||||||
        android:layout_height="match_parent"
 | 
					        android:layout_height="match_parent" />
 | 
				
			||||||
        />
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
</FrameLayout>
 | 
					</FrameLayout>
 | 
				
			||||||
| 
						 | 
					@ -1,6 +1,6 @@
 | 
				
			||||||
<resources xmlns:tools="http://schemas.android.com/tools">
 | 
					<resources xmlns:tools="http://schemas.android.com/tools">
 | 
				
			||||||
    <!-- Base application theme. -->
 | 
					    <!-- Base application theme. -->
 | 
				
			||||||
    <style name="Theme.Testes" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
 | 
					    <style name="Theme.Testes" parent="Theme.MaterialComponents.DayNight.NoActionBar">
 | 
				
			||||||
        <!-- Primary brand color. -->
 | 
					        <!-- Primary brand color. -->
 | 
				
			||||||
        <item name="colorPrimary">@color/purple_200</item>
 | 
					        <item name="colorPrimary">@color/purple_200</item>
 | 
				
			||||||
        <item name="colorPrimaryVariant">@color/purple_700</item>
 | 
					        <item name="colorPrimaryVariant">@color/purple_700</item>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,6 +1,6 @@
 | 
				
			||||||
<resources xmlns:tools="http://schemas.android.com/tools">
 | 
					<resources xmlns:tools="http://schemas.android.com/tools">
 | 
				
			||||||
    <!-- Base application theme. -->
 | 
					    <!-- Base application theme. -->
 | 
				
			||||||
    <style name="Theme.Testes" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
 | 
					    <style name="Theme.Testes" parent="Theme.MaterialComponents.DayNight.NoActionBar">
 | 
				
			||||||
        <!-- Primary brand color. -->
 | 
					        <!-- Primary brand color. -->
 | 
				
			||||||
        <item name="colorPrimary">@color/purple_500</item>
 | 
					        <item name="colorPrimary">@color/purple_500</item>
 | 
				
			||||||
        <item name="colorPrimaryVariant">@color/purple_700</item>
 | 
					        <item name="colorPrimaryVariant">@color/purple_700</item>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue