Skip to content
Snippets Groups Projects
Commit 9607da8d authored by adi.bk's avatar adi.bk
Browse files

Add SwitchCompat to the xml for the user to select confidentiality

parent f1c7a291
No related branches found
No related tags found
1 merge request!21Issue #233 - Support confidential issue creation
Loading
Loading
@@ -155,6 +155,13 @@
</LinearLayout>
 
</FrameLayout>
<android.support.v7.widget.SwitchCompat
android:id="@+id/confidential_switch"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:checked="false"
android:text="@string/confidential"/>
</LinearLayout>
</android.support.v4.widget.NestedScrollView>
 
Loading
Loading
Loading
Loading
@@ -220,6 +220,7 @@
<string name="label_already_added">Label already added</string>
<string name="failed_to_delete_issue">Failed to delete issue</string>
<string name="issue_deleted">Issue deleted</string>
<string name="confidential">Confidential</string>
 
<!-- Labels -->
<string name="labels">Labels</string>
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment