Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
RvApp
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lify
RvApp
Commits
1eab8524
Commit
1eab8524
authored
Aug 20, 2019
by
linfeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修复
parent
7f290bda
Changes
10
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
67 additions
and
48 deletions
+67
-48
WelcomeActivity.java
RvClient/src/main/java/com/xxfc/rv/WelcomeActivity.java
+2
-0
start_back_icon.xml
RvClient/src/main/res/drawable/start_back_icon.xml
+2
-1
GlideManager.java
...n/java/com/ruiwenliu/wrapper/util/glide/GlideManager.java
+0
-3
ShareManager.java
...main/java/com/ruiwenliu/wrapper/util/um/ShareManager.java
+38
-34
PatGeneratePosterActivity.java
...a/com/xxfc/discovery/other/PatGeneratePosterActivity.java
+5
-1
rv_act_confim_order.xml
module_home/src/main/res/layout/rv_act_confim_order.xml
+2
-1
CarPosterActivity.java
...src/main/java/com/rv/poster/plugin/CarPosterActivity.java
+2
-0
PosterActivity.java
...er/src/main/java/com/rv/poster/plugin/PosterActivity.java
+5
-1
activity_carposter.xml
plugin_poster/src/main/res/layout/activity_carposter.xml
+5
-3
activity_poster.xml
plugin_poster/src/main/res/layout/activity_poster.xml
+6
-4
No files found.
RvClient/src/main/java/com/xxfc/rv/WelcomeActivity.java
View file @
1eab8524
...
@@ -10,6 +10,7 @@ import android.view.View;
...
@@ -10,6 +10,7 @@ import android.view.View;
import
com.ruiwenliu.wrapper.SPConstance
;
import
com.ruiwenliu.wrapper.SPConstance
;
import
com.ruiwenliu.wrapper.base.BaseActivity
;
import
com.ruiwenliu.wrapper.base.BaseActivity
;
import
com.ruiwenliu.wrapper.base.BaseBean
;
import
com.ruiwenliu.wrapper.base.BaseBean
;
import
com.ruiwenliu.wrapper.statusbar.StatusBarUtil
;
import
com.ruiwenliu.wrapper.util.UtilsManager
;
import
com.ruiwenliu.wrapper.util.UtilsManager
;
import
com.ruiwenliu.wrapper.weight.TitleView
;
import
com.ruiwenliu.wrapper.weight.TitleView
;
import
com.rv.component.utils.Cookie
;
import
com.rv.component.utils.Cookie
;
...
@@ -108,6 +109,7 @@ public class WelcomeActivity extends BaseActivity<CommonPresenter> {
...
@@ -108,6 +109,7 @@ public class WelcomeActivity extends BaseActivity<CommonPresenter> {
@Override
@Override
protected
void
onCreate
(
@Nullable
Bundle
savedInstanceState
)
{
protected
void
onCreate
(
@Nullable
Bundle
savedInstanceState
)
{
super
.
onCreate
(
savedInstanceState
);
super
.
onCreate
(
savedInstanceState
);
// this.getWindow().getDecorView().setBackground(null);
getWindow
().
getDecorView
().
setSystemUiVisibility
(
View
.
SYSTEM_UI_FLAG_FULLSCREEN
);
getWindow
().
getDecorView
().
setSystemUiVisibility
(
View
.
SYSTEM_UI_FLAG_FULLSCREEN
);
}
}
}
}
RvClient/src/main/res/drawable/start_back_icon.xml
View file @
1eab8524
...
@@ -8,7 +8,8 @@
...
@@ -8,7 +8,8 @@
<item>
<item>
<bitmap
<bitmap
android:gravity=
"bottom"
android:gravity=
"bottom"
android:scaleType=
"centerCrop"
android:src=
"@drawable/bottom_backgroud2"
android:src=
"@drawable/bottom_backgroud2"
/>
android:tileMode=
"disabled"
/>
</item>
</item>
</layer-list>
</layer-list>
\ No newline at end of file
RvWrapper/src/main/java/com/ruiwenliu/wrapper/util/glide/GlideManager.java
View file @
1eab8524
...
@@ -155,9 +155,6 @@ public class GlideManager {
...
@@ -155,9 +155,6 @@ public class GlideManager {
// .apply(RequestOptions.bitmapTransform(new CenterCrop(),new RoundedCorners(round)))
// .apply(RequestOptions.bitmapTransform(new CenterCrop(),new RoundedCorners(round)))
.
apply
(
RequestOptions
.
bitmapTransform
(
new
GlideRoundTransform
(
mContext
,
round
)))
.
apply
(
RequestOptions
.
bitmapTransform
(
new
GlideRoundTransform
(
mContext
,
round
)))
.
into
(
image
);
.
into
(
image
);
}
}
...
...
RvWrapper/src/main/java/com/ruiwenliu/wrapper/util/um/ShareManager.java
View file @
1eab8524
...
@@ -21,9 +21,10 @@ import com.umeng.socialize.utils.ShareBoardlistener;
...
@@ -21,9 +21,10 @@ import com.umeng.socialize.utils.ShareBoardlistener;
public
class
ShareManager
extends
ShareAction
{
public
class
ShareManager
extends
ShareAction
{
private
Activity
mActivity
;
private
Activity
mActivity
;
public
ShareManager
(
Activity
activity
,
ShareBoardlistener
boardListener
)
{
public
ShareManager
(
Activity
activity
,
ShareBoardlistener
boardListener
)
{
super
(
activity
);
super
(
activity
);
mActivity
=
activity
;
mActivity
=
activity
;
this
.
setDisplayList
(
this
.
setDisplayList
(
SHARE_MEDIA
.
WEIXIN
,
SHARE_MEDIA
.
WEIXIN_CIRCLE
,
SHARE_MEDIA
.
WEIXIN_FAVORITE
,
SHARE_MEDIA
.
WEIXIN
,
SHARE_MEDIA
.
WEIXIN_CIRCLE
,
SHARE_MEDIA
.
WEIXIN_FAVORITE
,
SHARE_MEDIA
.
QQ
,
SHARE_MEDIA
.
QZONE
)
SHARE_MEDIA
.
QQ
,
SHARE_MEDIA
.
QZONE
)
...
@@ -32,15 +33,14 @@ public class ShareManager extends ShareAction {
...
@@ -32,15 +33,14 @@ public class ShareManager extends ShareAction {
/**
/**
*
* @param activity
* @param activity
* @param boardListener
* @param boardListener
* @param bill
* @param bill
* @param copy
* @param copy
*/
*/
public
ShareManager
(
Activity
activity
,
ShareBoardlistener
boardListener
,
String
bill
,
String
copy
)
{
public
ShareManager
(
Activity
activity
,
ShareBoardlistener
boardListener
,
String
bill
,
String
copy
)
{
super
(
activity
);
super
(
activity
);
mActivity
=
activity
;
mActivity
=
activity
;
this
.
setDisplayList
(
this
.
setDisplayList
(
SHARE_MEDIA
.
WEIXIN
,
SHARE_MEDIA
.
WEIXIN_CIRCLE
,
SHARE_MEDIA
.
WEIXIN_FAVORITE
,
SHARE_MEDIA
.
WEIXIN
,
SHARE_MEDIA
.
WEIXIN_CIRCLE
,
SHARE_MEDIA
.
WEIXIN_FAVORITE
,
SHARE_MEDIA
.
QQ
,
SHARE_MEDIA
.
QZONE
)
SHARE_MEDIA
.
QQ
,
SHARE_MEDIA
.
QZONE
)
...
@@ -51,14 +51,13 @@ public class ShareManager extends ShareAction {
...
@@ -51,14 +51,13 @@ public class ShareManager extends ShareAction {
/**
/**
*
* @param activity
* @param activity
* @param boardListener
* @param boardListener
* @param copy
* @param copy
*/
*/
public
ShareManager
(
Activity
activity
,
ShareBoardlistener
boardListener
,
String
copy
)
{
public
ShareManager
(
Activity
activity
,
ShareBoardlistener
boardListener
,
String
copy
)
{
super
(
activity
);
super
(
activity
);
mActivity
=
activity
;
mActivity
=
activity
;
this
.
setDisplayList
(
this
.
setDisplayList
(
SHARE_MEDIA
.
WEIXIN
,
SHARE_MEDIA
.
WEIXIN_CIRCLE
,
SHARE_MEDIA
.
WEIXIN_FAVORITE
,
SHARE_MEDIA
.
WEIXIN
,
SHARE_MEDIA
.
WEIXIN_CIRCLE
,
SHARE_MEDIA
.
WEIXIN_FAVORITE
,
SHARE_MEDIA
.
QQ
,
SHARE_MEDIA
.
QZONE
)
SHARE_MEDIA
.
QQ
,
SHARE_MEDIA
.
QZONE
)
...
@@ -67,8 +66,8 @@ public class ShareManager extends ShareAction {
...
@@ -67,8 +66,8 @@ public class ShareManager extends ShareAction {
}
}
/**
/**
*
* 分享链接
* 分享链接
*
* @param share_media 分享的类型微信、QQ
* @param share_media 分享的类型微信、QQ
* @param url 分享的链接地址
* @param url 分享的链接地址
* @param title 分享的标题
* @param title 分享的标题
...
@@ -77,17 +76,17 @@ public class ShareManager extends ShareAction {
...
@@ -77,17 +76,17 @@ public class ShareManager extends ShareAction {
* @param umShareListener 分享流程监听
* @param umShareListener 分享流程监听
* @param <T>
* @param <T>
*/
*/
public
<
T
extends
UMShareListener
>
void
showShare
(
SHARE_MEDIA
share_media
,
String
url
,
String
title
,
String
content
,
int
drawable
,
T
umShareListener
)
{
public
<
T
extends
UMShareListener
>
void
showShare
(
SHARE_MEDIA
share_media
,
String
url
,
String
title
,
String
content
,
int
drawable
,
T
umShareListener
)
{
UMWeb
web
=
new
UMWeb
(
url
);
UMWeb
web
=
new
UMWeb
(
url
);
web
.
setTitle
(
title
);
web
.
setTitle
(
title
);
web
.
setDescription
(
content
);
web
.
setDescription
(
content
);
web
.
setThumb
(
new
UMImage
(
mActivity
,
drawable
));
web
.
setThumb
(
new
UMImage
(
mActivity
,
drawable
));
shareWebContent
(
share_media
,
web
,
umShareListener
);
shareWebContent
(
share_media
,
web
,
umShareListener
);
}
}
/**
/**
*
* 分享链接
* 分享链接
*
* @param share_media 分享的类型微信、QQ
* @param share_media 分享的类型微信、QQ
* @param url 分享的链接地址
* @param url 分享的链接地址
* @param title 分享的标题
* @param title 分享的标题
...
@@ -96,39 +95,44 @@ public class ShareManager extends ShareAction {
...
@@ -96,39 +95,44 @@ public class ShareManager extends ShareAction {
* @param umShareListener 分享流程监听
* @param umShareListener 分享流程监听
* @param <T>
* @param <T>
*/
*/
public
<
T
extends
UMShareListener
>
void
showShare
(
SHARE_MEDIA
share_media
,
String
url
,
String
title
,
String
content
,
String
imgUrl
,
T
umShareListener
)
{
public
<
T
extends
UMShareListener
>
void
showShare
(
SHARE_MEDIA
share_media
,
String
url
,
String
title
,
String
content
,
String
imgUrl
,
T
umShareListener
)
{
UMWeb
web
=
new
UMWeb
(
url
);
UMWeb
web
=
new
UMWeb
(
url
);
web
.
setTitle
(
title
);
web
.
setTitle
(
title
);
web
.
setDescription
(
content
);
web
.
setDescription
(
content
);
web
.
setThumb
(
new
UMImage
(
mActivity
,
imgUrl
));
web
.
setThumb
(
new
UMImage
(
mActivity
,
imgUrl
));
shareWebContent
(
share_media
,
web
,
umShareListener
);
shareWebContent
(
share_media
,
web
,
umShareListener
);
}
}
/**
/**
*
* 分享图片
* 分享图片
*
* @param share_media 分享的类型微信、QQ
* @param share_media 分享的类型微信、QQ
* @param umShareListener 分享流程监听
* @param umShareListener 分享流程监听
* @param <T>
* @param <T>
*/
*/
public
<
T
extends
UMShareListener
>
void
showShareImage
(
SHARE_MEDIA
share_media
,
Bitmap
bitmap
,
T
umShareListener
){
public
<
T
extends
UMShareListener
>
void
showShareImage
(
SHARE_MEDIA
share_media
,
Bitmap
bitmap
,
T
umShareListener
)
{
UMImage
umImage
=
new
UMImage
(
mActivity
,
bitmap
);
UMImage
umImage
=
new
UMImage
(
mActivity
,
bitmap
);
shareWebContent
(
share_media
,
umImage
,
umShareListener
);
UMImage
thumb
=
new
UMImage
(
mActivity
,
bitmap
);
umImage
.
setThumb
(
thumb
);
umImage
.
compressStyle
=
UMImage
.
CompressStyle
.
SCALE
;
//大小压缩,默认为大小压缩,适合普通很大的图
umImage
.
compressStyle
=
UMImage
.
CompressStyle
.
QUALITY
;
//质量压缩,适合长图的分享
umImage
.
compressFormat
=
Bitmap
.
CompressFormat
.
PNG
;
shareWebContent
(
share_media
,
umImage
,
umShareListener
);
}
}
public
<
T
extends
UMShareListener
>
void
showShareImage2
(
SHARE_MEDIA
share_media
,
UMImage
umImage
,
T
umShareListener
)
{
public
<
T
extends
UMShareListener
>
void
showShareImage2
(
SHARE_MEDIA
share_media
,
UMImage
umImage
,
T
umShareListener
)
{
shareWebContent
(
share_media
,
umImage
,
umShareListener
);
shareWebContent
(
share_media
,
umImage
,
umShareListener
);
}
}
public
void
shareWebContent
(
SHARE_MEDIA
share_media
,
UMWeb
umWeb
,
UMShareListener
umShareListener
){
public
void
shareWebContent
(
SHARE_MEDIA
share_media
,
UMWeb
umWeb
,
UMShareListener
umShareListener
)
{
new
ShareAction
(
mActivity
).
withMedia
(
umWeb
)
new
ShareAction
(
mActivity
).
withMedia
(
umWeb
)
.
setPlatform
(
share_media
)
.
setPlatform
(
share_media
)
.
setCallback
(
umShareListener
)
.
setCallback
(
umShareListener
)
.
share
();
.
share
();
}
}
public
void
shareWebContent
(
SHARE_MEDIA
share_media
,
UMImage
image
,
UMShareListener
umShareListener
){
public
void
shareWebContent
(
SHARE_MEDIA
share_media
,
UMImage
image
,
UMShareListener
umShareListener
)
{
new
ShareAction
(
mActivity
).
withMedia
(
image
)
new
ShareAction
(
mActivity
).
withMedia
(
image
)
.
setPlatform
(
share_media
)
.
setPlatform
(
share_media
)
.
setCallback
(
umShareListener
)
.
setCallback
(
umShareListener
)
...
...
module_discovery/src/main/java/com/xxfc/discovery/other/PatGeneratePosterActivity.java
View file @
1eab8524
...
@@ -121,7 +121,11 @@ public class PatGeneratePosterActivity extends BaseStatusActivity<PickerPresente
...
@@ -121,7 +121,11 @@ public class PatGeneratePosterActivity extends BaseStatusActivity<PickerPresente
// GlideManager.getInstance(mActivity).loadRoundImage(, imgBillTop, 8);
// GlideManager.getInstance(mActivity).loadRoundImage(, imgBillTop, 8);
tvContent
.
setText
(
content
);
tvContent
.
setText
(
content
);
if
(!
TextUtils
.
isEmpty
(
userUrl
))
{
GlideManager
.
getInstance
(
mActivity
).
loadCircleImage
(
userUrl
,
ringHeader
);
GlideManager
.
getInstance
(
mActivity
).
loadCircleImage
(
userUrl
,
ringHeader
);
}
else
{
ringHeader
.
setImageResource
(
R
.
drawable
.
icon_bill_defult
);
}
tvUsername
.
setText
(
userName
);
tvUsername
.
setText
(
userName
);
}
}
...
...
module_home/src/main/res/layout/rv_act_confim_order.xml
View file @
1eab8524
...
@@ -23,7 +23,8 @@
...
@@ -23,7 +23,8 @@
android:id=
"@+id/rl_goods"
android:id=
"@+id/rl_goods"
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginTop=
"@dimen/size_15"
android:background=
"@color/colorWrite"
android:paddingTop=
"@dimen/size_15"
android:padding=
"@dimen/size_15"
>
android:padding=
"@dimen/size_15"
>
<ImageView
<ImageView
...
...
plugin_poster/src/main/java/com/rv/poster/plugin/CarPosterActivity.java
View file @
1eab8524
...
@@ -207,6 +207,8 @@ public class CarPosterActivity extends BaseStatusActivity<CommonPresenter> {
...
@@ -207,6 +207,8 @@ public class CarPosterActivity extends BaseStatusActivity<CommonPresenter> {
}
}
if
(
file
!=
null
)
{
if
(
file
!=
null
)
{
image
=
new
UMImage
(
mActivity
,
file
);
//bitmap文件
image
=
new
UMImage
(
mActivity
,
file
);
//bitmap文件
UMImage
thumb
=
new
UMImage
(
this
,
file
);
image
.
setThumb
(
thumb
);
image
.
compressStyle
=
UMImage
.
CompressStyle
.
SCALE
;
//大小压缩,默认为大小压缩,适合普通很大的图
image
.
compressStyle
=
UMImage
.
CompressStyle
.
SCALE
;
//大小压缩,默认为大小压缩,适合普通很大的图
image
.
compressStyle
=
UMImage
.
CompressStyle
.
QUALITY
;
//质量压缩,适合长图的分享
image
.
compressStyle
=
UMImage
.
CompressStyle
.
QUALITY
;
//质量压缩,适合长图的分享
image
.
compressFormat
=
Bitmap
.
CompressFormat
.
PNG
;
image
.
compressFormat
=
Bitmap
.
CompressFormat
.
PNG
;
...
...
plugin_poster/src/main/java/com/rv/poster/plugin/PosterActivity.java
View file @
1eab8524
...
@@ -110,7 +110,9 @@ public class PosterActivity extends BaseStatusActivity<CommonPresenter> {
...
@@ -110,7 +110,9 @@ public class PosterActivity extends BaseStatusActivity<CommonPresenter> {
String
name
=
userInfoBean
.
getData
().
getNickname
();
String
name
=
userInfoBean
.
getData
().
getNickname
();
String
url
=
userInfoBean
.
getData
().
getHeadimgurl
();
String
url
=
userInfoBean
.
getData
().
getHeadimgurl
();
if
(!
TextUtils
.
isEmpty
(
url
))
{
if
(!
TextUtils
.
isEmpty
(
url
))
{
GlideManager
.
getInstance
(
getApplicationContext
()).
loadImage
(
url
,
ringHeader
,
R
.
drawable
.
icon_bill_defult
);
GlideManager
.
getInstance
(
mActivity
).
loadCircleImage
(
url
,
ringHeader
);
}
else
{
ringHeader
.
setImageResource
(
R
.
drawable
.
icon_bill_defult
);
}
}
if
(!
TextUtils
.
isEmpty
(
name
))
{
if
(!
TextUtils
.
isEmpty
(
name
))
{
tvName
.
setText
(
name
);
tvName
.
setText
(
name
);
...
@@ -207,6 +209,8 @@ public class PosterActivity extends BaseStatusActivity<CommonPresenter> {
...
@@ -207,6 +209,8 @@ public class PosterActivity extends BaseStatusActivity<CommonPresenter> {
}
}
if
(
file
!=
null
)
{
if
(
file
!=
null
)
{
image
=
new
UMImage
(
mActivity
,
file
);
//bitmap文件
image
=
new
UMImage
(
mActivity
,
file
);
//bitmap文件
UMImage
thumb
=
new
UMImage
(
this
,
file
);
image
.
setThumb
(
thumb
);
image
.
compressStyle
=
UMImage
.
CompressStyle
.
SCALE
;
//大小压缩,默认为大小压缩,适合普通很大的图
image
.
compressStyle
=
UMImage
.
CompressStyle
.
SCALE
;
//大小压缩,默认为大小压缩,适合普通很大的图
image
.
compressStyle
=
UMImage
.
CompressStyle
.
QUALITY
;
//质量压缩,适合长图的分享
image
.
compressStyle
=
UMImage
.
CompressStyle
.
QUALITY
;
//质量压缩,适合长图的分享
image
.
compressFormat
=
Bitmap
.
CompressFormat
.
PNG
;
image
.
compressFormat
=
Bitmap
.
CompressFormat
.
PNG
;
...
...
plugin_poster/src/main/res/layout/activity_carposter.xml
View file @
1eab8524
...
@@ -26,9 +26,9 @@
...
@@ -26,9 +26,9 @@
<ScrollView
<ScrollView
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginLeft=
"@dimen/size_
10
"
android:layout_marginLeft=
"@dimen/size_
5
"
android:layout_marginTop=
"@dimen/size_
10
"
android:layout_marginTop=
"@dimen/size_
5
"
android:layout_marginRight=
"@dimen/size_
10
"
android:layout_marginRight=
"@dimen/size_
5
"
android:layout_marginBottom=
"@dimen/size_5"
android:layout_marginBottom=
"@dimen/size_5"
android:scrollbars=
"none"
>
android:scrollbars=
"none"
>
...
@@ -48,6 +48,7 @@
...
@@ -48,6 +48,7 @@
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginTop=
"@dimen/dp_10"
android:layout_marginTop=
"@dimen/dp_10"
android:layout_marginBottom=
"@dimen/size_10"
android:gravity=
"center_vertical"
android:gravity=
"center_vertical"
android:orientation=
"horizontal"
>
android:orientation=
"horizontal"
>
...
@@ -105,6 +106,7 @@
...
@@ -105,6 +106,7 @@
android:id=
"@+id/img_qrcode"
android:id=
"@+id/img_qrcode"
android:layout_width=
"@dimen/size_60"
android:layout_width=
"@dimen/size_60"
android:layout_height=
"@dimen/size_60"
android:layout_height=
"@dimen/size_60"
android:layout_marginRight=
"@dimen/size_5"
android:layout_marginLeft=
"@dimen/size_10"
/>
android:layout_marginLeft=
"@dimen/size_10"
/>
</LinearLayout>
</LinearLayout>
</LinearLayout>
</LinearLayout>
...
...
plugin_poster/src/main/res/layout/activity_poster.xml
View file @
1eab8524
...
@@ -26,9 +26,9 @@
...
@@ -26,9 +26,9 @@
<ScrollView
<ScrollView
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginLeft=
"@dimen/size_
10
"
android:layout_marginLeft=
"@dimen/size_
5
"
android:layout_marginTop=
"@dimen/size_
10
"
android:layout_marginTop=
"@dimen/size_
5
"
android:layout_marginRight=
"@dimen/size_
10
"
android:layout_marginRight=
"@dimen/size_
5
"
android:layout_marginBottom=
"@dimen/size_5"
android:layout_marginBottom=
"@dimen/size_5"
android:scrollbars=
"none"
>
android:scrollbars=
"none"
>
...
@@ -48,6 +48,7 @@
...
@@ -48,6 +48,7 @@
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginTop=
"@dimen/size_10"
android:layout_marginTop=
"@dimen/size_10"
android:layout_marginBottom=
"@dimen/size_10"
android:gravity=
"center_vertical"
android:gravity=
"center_vertical"
android:orientation=
"horizontal"
>
android:orientation=
"horizontal"
>
...
@@ -91,7 +92,8 @@
...
@@ -91,7 +92,8 @@
android:layout_width=
"@dimen/size_60"
android:layout_width=
"@dimen/size_60"
android:layout_height=
"@dimen/size_60"
android:layout_height=
"@dimen/size_60"
android:layout_gravity=
"center_vertical"
android:layout_gravity=
"center_vertical"
android:layout_marginLeft=
"@dimen/size_10"
/>
android:layout_marginLeft=
"@dimen/size_10"
android:layout_marginRight=
"@dimen/size_5"
/>
</LinearLayout>
</LinearLayout>
</LinearLayout>
</LinearLayout>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment