Skip to content

Commit

Permalink
Merge pull request #476 from OSLL/removed_stub_string_recommendations
Browse files Browse the repository at this point in the history
Removed stub string recommendations
  • Loading branch information
zmm authored Oct 8, 2019
2 parents d110302 + fee3069 commit 1bc9b30
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/main/res/layout/activity_recommendation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
android:text="@string/word_frequency_recommendation"
android:textSize="15sp" />
<TextView
android:visibility="gone"
android:id="@+id/slidesFrequency"
android:layout_width="match_parent"
android:layout_height="wrap_content"
Expand All @@ -89,6 +90,8 @@
android:textSize="15sp" />

<TextView
android:visibility="gone"

android:id="@+id/slidesFrequencyRecommendation"
android:layout_width="match_parent"
android:layout_height="wrap_content"
Expand Down

0 comments on commit 1bc9b30

Please sign in to comment.