Skip to content

Commit

Permalink
Fix save changes button
Browse files Browse the repository at this point in the history
  • Loading branch information
crimean committed Aug 22, 2016
1 parent 6476e87 commit 416d227
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions OsmAnd/res/layout/subscription_fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -269,27 +269,27 @@

</LinearLayout>

<LinearLayout
android:id="@+id/editModeBottomView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="16dp"
android:layout_marginTop="16dp"
android:visibility="gone">
</LinearLayout>

<Button
android:id="@+id/saveChangesButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="72dp"
android:layout_marginRight="16dp"
android:background="@drawable/btn_round_blue"
android:paddingLeft="16dp"
android:paddingRight="16dp"
android:text="@string/shared_string_save_changes"
android:textColor="@color/color_white"/>
<LinearLayout
android:id="@+id/editModeBottomView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="16dp"
android:layout_marginTop="16dp"
android:visibility="gone">

</LinearLayout>
<Button
android:id="@+id/saveChangesButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="72dp"
android:layout_marginRight="16dp"
android:background="@drawable/btn_round_blue"
android:paddingLeft="16dp"
android:paddingRight="16dp"
android:text="@string/shared_string_save_changes"
android:textColor="@color/color_white"/>

</LinearLayout>

Expand Down

0 comments on commit 416d227

Please sign in to comment.