(Bug 45453) Make Title required in Share dialog

This commit is contained in:
YuviPanda 2013-02-27 06:21:45 +05:30
parent 78ba373c80
commit 61ed62c6b3
3 changed files with 22 additions and 1 deletions

View file

@ -89,7 +89,8 @@
android:id="@+id/uploadButton"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="Upload" />
android:enabled="false"
android:text="@string/share_upload_button" />
</LinearLayout>
</RelativeLayout>