mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Merge pull request #1596 from tanvidadu/imageLicense
Introducing a brief exp of Image License
This commit is contained in:
commit
faee423105
3 changed files with 104 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue