Skip to content

Commit

Permalink
Add under dev message to minIt feature
Browse files Browse the repository at this point in the history
  • Loading branch information
SanojPunchihewa committed Mar 4, 2020
1 parent 73d6fd0 commit 8023a89
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion app/src/main/res/layout/activity_minit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,20 @@
android:orientation="vertical" />
</ScrollView>

<TextView
android:id="@+id/txt_uder_dev"
android:text="This option is under development"
android:layout_alignParentBottom="true"
android:gravity="center_horizontal"
android:padding="5dp"
android:layout_width="match_parent"
android:layout_height="wrap_content" />

<Button
android:id="@+id/btn_process_job"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_above="@id/txt_uder_dev"
android:layout_centerHorizontal="true"
android:layout_marginBottom="10dp"
android:visibility="gone"
Expand Down

0 comments on commit 8023a89

Please sign in to comment.