Skip to content

Commit

Permalink
Fix barcode history button size, remove Gson lib
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmet91 committed Apr 26, 2014
1 parent 9a5cd78 commit 71f643f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
1 change: 0 additions & 1 deletion .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry exported="true" kind="lib" path="libs/xzing-2.1/core.jar"/>
<classpathentry exported="true" kind="lib" path="libs/gson-2.2.4.jar"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>
Binary file removed libs/gson-2.2.4.jar
Binary file not shown.
11 changes: 3 additions & 8 deletions res/layout/plugin_vf_barcodescanner_layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,9 @@
android:id="@+id/buttonBarcodesList"
android:src="@drawable/gui_almalence_settings_scene_barcode"
android:background="@android:color/transparent"
android:layout_height="@dimen/aeawlock_size"
android:layout_width="@dimen/aeawlock_size"
android:scaleType="fitCenter"
android:paddingLeft="0dp"
android:paddingRight="0dp"
android:paddingBottom="0dp"
android:paddingTop="0dp"
android:layout_marginRight="@dimen/aeawlock_margin"
android:layout_height="35dp"
android:layout_width="35dp"
android:scaleType="fitCenter"
android:layout_gravity="center"
android:onClick="onButtonClick">
</com.almalence.ui.RotateImageView>
Expand Down

0 comments on commit 71f643f

Please sign in to comment.