Skip to content

Instantly share code, notes, and snippets.

View prasad-333's full-sized avatar

prasad-333

View GitHub Profile
@prasad-333
prasad-333 / spinner_layout.xml
Created October 23, 2020 09:06
Spinner alignment can be done to parent, its just need to repeat margins on second one
<?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">
<ImageView
android:id="@+id/imageView"