Yorumlar
Manifest dosyasının içeriği;
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.test4_2_2"
android:versionCode="1"
android:versionName="1.0"…
Ahmet Tümkaya
10 yıl 3 ay önce
android:theme="@android:style/Theme.NoTitleBar"
bu kısmı silip dener misin bi?
Ahmet Tümkaya
10 yıl 3 ay önce
Teşekkür ederim bu şekilde çalıştı. Ancak ben titlebar kullanmak istemiyorum. bunun için başka bişey yapabilir miyim.
Ahmet Tümkaya
10 yıl 3 ay önce
style.xml dosyana git
style name="Theme.AppCompat.Light.NoActionBar" parent="@style/Theme.AppCompat">
true
true
bunu ekle.
manifest dosyanıda şöyle yap.
android:theme="@style/Theme.AppCompat.Light.NoActionBar" >