Skip to content
This repository has been archived by the owner on Mar 18, 2019. It is now read-only.

Commit

Permalink
Minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
inghamn committed Oct 9, 2014
1 parent 11009ea commit 95194b4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion google-play-services_lib/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt

# Project target.
target=android-10
target=android-17
android.library=true
9 changes: 6 additions & 3 deletions open311-android/res/layout/fragment_report.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,24 @@
<LinearLayout
android:id="@+id/button_bar"
android:layout_width="fill_parent"
android:layout_height="wrap_content" >
android:layout_height="wrap_content"
style="?android:attr/buttonBarStyle">

<Button
android:id="@+id/cancel_button"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="@string/cancel" />
android:text="@string/cancel"
style="?android:attr/buttonBarButtonStyle" />

<Button
android:id="@+id/submit_button"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="@string/submit" />
android:text="@string/submit"
style="?android:attr/buttonBarButtonStyle" />

</LinearLayout>

Expand Down

0 comments on commit 95194b4

Please sign in to comment.