googleads-mobile-android-native-templates icon indicating copy to clipboard operation
googleads-mobile-android-native-templates copied to clipboard

Native ad in androidX squeezed the visit site button

Open androidcodehunter opened this issue 6 years ago • 13 comments

If I convert the xml atributes to androidX, the visit website button get squeezed.

androidcodehunter avatar Aug 04 '19 15:08 androidcodehunter

@androidcodehunter It is may be due to long text, can you please paste before and after screenshots here ?

sanjaykumarm avatar Oct 07 '19 06:10 sanjaykumarm

I cannot paste it now because my admob account has been deactivated but I say this problem.

On Mon, Oct 7, 2019 at 12:24 PM Sanjaykumar R. Modhawadiya < [email protected]> wrote:

@androidcodehunter https://github.com/androidcodehunter It is may be due to long text, can you please paste before and after screenshots here ?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/googleads/googleads-mobile-android-native-templates/issues/3?email_source=notifications&email_token=AA7R7WKE4WCHFIFICHRI3D3QNLI2JA5CNFSM4IJFU5U2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEAPEX5Q#issuecomment-538856438, or mute the thread https://github.com/notifications/unsubscribe-auth/AA7R7WLSLFDFV4Y6AMCKYXLQNLI2JANCNFSM4IJFU5UQ .

androidcodehunter avatar Oct 07 '19 08:10 androidcodehunter

@androidcodehunter Any specific reason for deactivated your account ? Which policy violation ? It may help other developers as well if you could paste email here or write full details so that other developers who are implementing native ad will take care of it.

sanjaykumarm avatar Oct 07 '19 08:10 sanjaykumarm

I don't know specific reason cause Google don't want to disclose the reason specifically. But Google said that because of invalid activity my account disabled.

On Mon, Oct 7, 2019 at 2:26 PM Sanjaykumar R. Modhawadiya < [email protected]> wrote:

@androidcodehunter https://github.com/androidcodehunter Any specific reason for deactivated your account ? Which policy violation ? It may help other developers as well if you could paste email here or write full details so that other developers who are implementing native ad will take care of it.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/googleads/googleads-mobile-android-native-templates/issues/3?email_source=notifications&email_token=AA7R7WLN44R5EW3DVLFCSO3QNLXBRA5CNFSM4IJFU5U2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEAPNQRQ#issuecomment-538892358, or mute the thread https://github.com/notifications/unsubscribe-auth/AA7R7WM7UUNF3A4NBAP4V23QNLXBRANCNFSM4IJFU5UQ .

androidcodehunter avatar Oct 07 '19 08:10 androidcodehunter

@androidcodehunter Oh I am really sad that your account disabled but it is one of the biggest problem of Google, they are not giving warning or some notice within which we can fix the problem.

sanjaykumarm avatar Oct 07 '19 08:10 sanjaykumarm

Yes, without any warning they disabled my account. I was so cautious but no avail. Even I don't know the clear reason. I am using Facebook Audience Network(FAN) now.

Thanks, Sharifur

On Mon, Oct 7, 2019 at 2:58 PM Sanjaykumar R. Modhawadiya < [email protected]> wrote:

@androidcodehunter https://github.com/androidcodehunter Oh I am really sad that your account disabled but it is one of the biggest problem of Google, they are not giving warning or some notice within which we can fix the problem.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/googleads/googleads-mobile-android-native-templates/issues/3?email_source=notifications&email_token=AA7R7WKGBHLT5AFG74TNCH3QNL2ZVA5CNFSM4IJFU5U2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEAPQPAY#issuecomment-538904451, or mute the thread https://github.com/notifications/unsubscribe-auth/AA7R7WKC67XWD4PILW6JGGTQNL2ZVANCNFSM4IJFU5UQ .

androidcodehunter avatar Oct 07 '19 10:10 androidcodehunter

Screenshot_20191013-203525

Having the same issue. Any solution to it?

hemantv avatar Oct 13 '19 15:10 hemantv

I don't have any solution for this specific problem.

On Sun, Oct 13, 2019 at 9:32 PM Hemant Vandhnani [email protected] wrote:

[image: Screenshot_20191013-203525] https://user-images.githubusercontent.com/31650155/66718011-a9556c00-edfc-11e9-9cda-46804c5fba75.png

Having the same issue. Any solution to it?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/googleads/googleads-mobile-android-native-templates/issues/3?email_source=notifications&email_token=AA7R7WJGRVRVN2DBOO2P7B3QOM5PZA5CNFSM4IJFU5U2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEBCYY3I#issuecomment-541428845, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA7R7WIKBX3LHE4T6LTDBBTQOM5PZANCNFSM4IJFU5UQ .

androidcodehunter avatar Oct 14 '19 06:10 androidcodehunter

So its been 6 months now, and this problem still remains.

AmitJayant avatar Apr 16 '20 09:04 AmitJayant

@AmJay Please send me your email here, I will help you.

sanjaykumarm avatar Apr 16 '20 09:04 sanjaykumarm

Screenshot_20191013-203525

Having the same issue. Any solution to it?

I am having the exact same issue.

the-solitary-observer avatar Apr 19 '20 11:04 the-solitary-observer

Add these lines in your button tag: android:padding="0dp" android:insetTop="0dp" android:insetBottom="0dp"

(in my case to change the background of the button I used backgroundTint instead of background)

davidecutrupi avatar May 05 '20 13:05 davidecutrupi

I just replaced the Button with TextView.

wangjiejacques avatar May 23 '20 22:05 wangjiejacques