我的項目包含一些活動以及一些片段..我該怎麼做才能支持我的應用程序...對於所有屏幕尺寸?應用程序應該是相同的android studio ...支持不同的屏幕尺寸
我已經使用匹配父和包裝內容evrywhere的佈局,以及對每樣TextView的每一個控制所有不同的屏幕尺寸和電話,圖像等
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:orientation="vertical" android:layout_width="match_parent"
android:layout_height="match_parent">
谷歌關鍵字:'支持Android多個screens' –
好感謝u..but我的問題is..my項目包含活動,片段兩個......那麼有沒有什麼不同的方式來做到這一點的碎片,或者我們可以運用相同的活動和片段的方法也 –
爲什麼應該有任何區別?碎片是你的活動的一部分。 –