Skip to content

Commit

Permalink
code review + fixed alignments
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyScherzinger committed Mar 22, 2016
1 parent 1ca308a commit 968373a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion res/layout/edit_share_layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
android:layout_height="wrap_content">
<TextView
android:id="@+id/editShareTitle"
android:layout_width="fill_parent"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/share_with_edit_title"
android:textAppearance="@style/TextAppearance.AppCompat.Title"
Expand Down Expand Up @@ -60,6 +60,7 @@
android:layout_gravity="start"
android:layout_marginTop="@dimen/standard_half_margin"
android:textColor="@color/color_accent"
android:paddingLeft="0dp"
style="?android:attr/listSeparatorTextViewStyle"
/>

Expand Down Expand Up @@ -95,6 +96,7 @@
android:layout_gravity="start"
android:layout_marginTop="@dimen/standard_half_margin"
android:textColor="@color/color_accent"
android:paddingLeft="0dp"
style="?android:attr/listSeparatorTextViewStyle"
/>
</LinearLayout>
Expand Down

0 comments on commit 968373a

Please sign in to comment.