mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-18 11:49:01 +00:00
Merge pull request #245 from HabitRPG/remove-commented-code-on-layout
Remove commented code on layout file
This commit is contained in:
commit
92554fc52e
1 changed files with 0 additions and 21 deletions
|
|
@ -109,31 +109,10 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:text="@{quest.notes}" />
|
||||
</LinearLayout>
|
||||
|
||||
<!--<TextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Reward List"
|
||||
android:layout_column="0"
|
||||
android:layout_columnSpan="2"
|
||||
android:layout_row="2" /> -->
|
||||
</GridLayout>
|
||||
|
||||
|
||||
</android.support.v7.widget.CardView>
|
||||
<!--
|
||||
<Button
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text='@{party.memberCount+" Members"}'
|
||||
app:backgroundColor="@{@color/brand}"/>
|
||||
|
||||
<Button
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Chat"
|
||||
app:backgroundColor="@{@color/brand}"/>
|
||||
-->
|
||||
</LinearLayout>
|
||||
</android.support.v4.widget.NestedScrollView>
|
||||
</layout>
|
||||
Loading…
Reference in a new issue