Skip to content

Commit

Permalink
Release: Removed unfinished fragments for the release
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurbenemann committed Oct 13, 2014
1 parent ab1d520 commit f1d265a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Android/res/layout/activity_drawer_navigation_ui.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
android:layout_height="wrap_content"
android:drawableLeft="@android:drawable/ic_menu_preferences"
android:drawableStart="@android:drawable/ic_menu_preferences"
android:visibility="gone"
android:text="@string/screen_tuning"/>

<TextView
Expand All @@ -102,6 +103,7 @@
android:layout_height="wrap_content"
android:drawableLeft="@drawable/ic_action_radio"
android:drawableStart="@drawable/ic_action_radio"
android:visibility="gone"
android:text="@string/screen_rc"/>

<TextView
Expand All @@ -111,6 +113,7 @@
android:id="@+id/navigation_calibration"
android:drawableLeft="@drawable/ic_action_circles"
android:drawableStart="@drawable/ic_action_circles"
android:visibility="gone"
android:text="@string/screen_cal"
/>

Expand Down

0 comments on commit f1d265a

Please sign in to comment.