Skip to content

Commit

Permalink
lol x2 v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Likver authored Nov 21, 2021
1 parent ee1e9ac commit 22a247d
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions res/layout/register_dialog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,23 +39,6 @@
<Button android:id="@+id/register_btn" android:layout_width="wrap_content" android:text="@string/dialog_register" android:layout_gravity="right" android:layout_weight="0.60" android:layout_height="wrap_content"></Button>
<Button android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="@+id/cancel_btn" android:text="@string/dialog_cancel" android:layout_gravity="left" android:layout_weight="0.40"></Button>
</LinearLayout>

<RelativeLayout
android:id="@+id/colorDiv"
android:alpha="0.8"
android:layout_width="match_parent"
android:layout_height="wrap_content">

<View
android:background="@color/triangleBackground"
android:layout_width="match_parent"
android:layout_height="5dp" />

<com.edlplan.ui.TriangleEffectView
android:layout_width="match_parent"
android:layout_height="5dp" />

</RelativeLayout>

</LinearLayout>
</ScrollView>
Expand Down

0 comments on commit 22a247d

Please sign in to comment.