Radio Button

  • AndroidAndroid Programlama Radio Button Kullanarak Dört İşlem Örneği – Web Tasarım & Programlama

    Android Programlama Radio Button Kullanarak Dört İşlem Örneği – Web Tasarım & Programlama

      <?xml version=“1.0” encoding=“utf-8”?> <androidx.constraintlayout.widget.ConstraintLayout xmlns:android=“http://schemas.android.com/apk/res/android”     xmlns:app=“http://schemas.android.com/apk/res-auto”     xmlns:tools=“http://schemas.android.com/tools”     android:layout_width=“match_parent”     android:layout_height=“match_parent”     tools:context=“.MainActivity”>       <RadioGroup         android:id=“@+id/radioGroup”         android:layout_width=“0dp”         android:layout_height=“195dp”         android:layout_marginStart=“24dp”         android:layout_marginTop=“30dp”         android:layout_marginEnd=“24dp”         app:layout_constraintEnd_toEndOf=“parent”…

    Devamını Oku »
Başa dön tuşu