Skip to content

Commit b00cadd

Browse files
Hiding Upload Project option in main menu and project options IDE-285
1 parent 142d87e commit b00cadd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

catroid/src/main/res/layout/fragment_main_menu.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
android:layout_alignParentEnd="true"
9696
android:layout_marginBottom="75dp"
9797
android:layout_marginEnd="12dp"
98+
android:visibility="gone"
9899
android:src="@drawable/ic_publish_circle" />
99100

100101
</RelativeLayout>

catroid/src/main/res/layout/fragment_project_options.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@
179179
android:paddingStart="@dimen/material_design_spacing_x_large"
180180
android:paddingTop="@dimen/material_design_spacing_x_large"
181181
android:background="@drawable/button_background_selector_dark"
182+
android:visibility="gone"
182183
android:text="@string/upload_project_dialog_title" />
183184

184185
</LinearLayout>

0 commit comments

Comments
 (0)