Fixed blank image and add actionsbar in main activity
This commit is contained in:
@ -28,7 +28,7 @@
|
||||
android:id="@+id/logoImage"
|
||||
android:layout_width="201dp"
|
||||
android:layout_height="176dp"
|
||||
app:srcCompat="@drawable/logo_image"
|
||||
android:src="@drawable/logo_image"
|
||||
tools:layout_constraintRight_creator="1"
|
||||
tools:layout_constraintBottom_creator="1"
|
||||
app:layout_constraintBottom_toTopOf="@+id/nameApp"
|
||||
|
@ -8,4 +8,9 @@
|
||||
<item name="colorAccent">@color/colorAccent</item>
|
||||
</style>
|
||||
|
||||
<style name = "NoActionBar" parent = "@android:style/Theme.DeviceDefault">
|
||||
<item name = "android:windowActionBar">false</item>
|
||||
<item name = "android:windowNoTitle">true</item>
|
||||
</style>
|
||||
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user