Selamlar, android uygulama yapmayı düşünüyoruz. Bunun için görsel bir arayüz hazırlayacağız.
Sorun şu, hazırlayacağımız görsel arayüzün her telefon ile boyutlarının uyumlu olmasını nasıl sağlayacağız?
Android Uygulama Konusunda Problem |
4 Mesajlar | 811 Okunma |
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="0.1"/>
android:id="@+id/main_history_btn"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="0.4"
android:src="@drawable/ic_history" />
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="0.1"/>