Remove unneeded commented code

This commit is contained in:
cepprice 2021-01-23 21:28:31 +05:00
parent b98b601472
commit 904c34e39c

View file

@ -106,23 +106,4 @@
osmand:typeface="@string/font_roboto_medium" /> osmand:typeface="@string/font_roboto_medium" />
</FrameLayout> </FrameLayout>
<!-- <LinearLayout-->
<!-- android:layout_width="match_parent"-->
<!-- android:layout_height="0dp"-->
<!-- android:layout_weight="1"-->
<!-- android:orientation="vertical">-->
<!-- <include layout="@layout/card_bottom_divider"/>-->
<!-- <View-->
<!-- android:layout_width="match_parent"-->
<!-- android:layout_height="0dp"-->
<!-- android:minHeight="48dp"-->
<!-- android:layout_weight="1"-->
<!-- android:background="?attr/activity_background_basic"/>-->
<!-- <include layout="@layout/card_top_divider"/>-->
<!-- </LinearLayout>-->
</LinearLayout> </LinearLayout>