Fixed offset progressbar in image view

material^2
Kevin Richter 11 years ago
parent 110260e402
commit 9feb501e88
  1. 3
      Clover/app/src/main/res/layout/image_view.xml

@ -41,7 +41,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
style="@style/Widget.AppCompat.ProgressBar.Horizontal"
android:id="@+id/progress_bar"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
android:layout_height="wrap_content"
android:layout_marginTop="-19px"/>
</FrameLayout>
</LinearLayout>

Loading…
Cancel
Save