Introducing a brief exp of Image License

This commit is contained in:
tanvidadu 2018-06-07 15:22:07 +05:30
parent 3f47d39cdf
commit a934d24a2d
3 changed files with 104 additions and 4 deletions

View file

@ -55,11 +55,23 @@
</android.support.design.widget.TextInputLayout>
<Spinner
android:id="@+id/licenseSpinner"
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:theme="?attr/spinnerTheme" />
android:layout_height="wrap_content">
<Spinner
android:id="@+id/licenseSpinner"
android:layout_width="0dp"
android:layout_weight="15"
android:layout_height="wrap_content"
android:theme="?attr/spinnerTheme" />
<TextView
android:layout_width="0dp"
android:layout_weight="1"
android:id="@+id/licenseInfo"
android:layout_height="wrap_content"
android:text="(?)"
android:textColor="@color/primaryTextColor"/>
</LinearLayout>
<Button
android:id="@+id/titleDescButton"