Skip to content
Snippets Groups Projects
Commit a233cb85 authored by hyunholee's avatar hyunholee
Browse files

가계부

parent c9bf5420
No related branches found
No related tags found
No related merge requests found
...@@ -75,32 +75,7 @@ ...@@ -75,32 +75,7 @@
android:textCursorDrawable="@null" android:textCursorDrawable="@null"
android:textSize="@dimen/day_text_size"/> android:textSize="@dimen/day_text_size"/>
<com.simplemobiletools.commons.views.MyEditText
android:id="@+id/event_account"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/event_description"
android:layout_marginLeft="@dimen/activity_margin"
android:layout_marginRight="@dimen/activity_margin"
android:layout_marginTop="@dimen/activity_margin"
android:autoLink="all"
android:gravity="top"
android:hint="@string/account"
android:inputType="number"
android:linksClickable="true"
android:minEms="20"
android:textCursorDrawable="@null"
android:textSize="@dimen/day_text_size"/>
<ImageView
android:id="@+id/event_description_divider"
android:layout_width="match_parent"
android:layout_height="1px"
android:layout_below="@+id/event_account"
android:layout_marginBottom="@dimen/normal_margin"
android:layout_marginTop="@dimen/activity_margin"
android:background="@color/divider_grey"
android:importantForAccessibility="no"/>
<ImageView <ImageView
android:id="@+id/event_time_image" android:id="@+id/event_time_image"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment