Android 中Gallery显示图片时默认为中心锁定,怎么样才能让显示的第一幅图片不居中呢?

解决方案 »

  1.   

    改Gallery的XML文件中的一个属性
    gravity改成left么试试
      

  2.   

    android:gravity setGravity(int) Specifies how to place the content of an object, both on the x and y axis, within the object itself. 可以改变位置
      

  3.   

    楼上说的不行的 我试过
    gallery是中心聚焦 ,比如当第一张图片获得焦点时,会将该图片移动到中心,左边会留下很大的空白