googleads / googleads-mobile-android-native-templates

Apache License 2.0
116 stars 102 forks source link

Native ad in androidX squeezed the visit site button #3

Open androidcodehunter opened 5 years ago

androidcodehunter commented 5 years ago

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

sanjaykumarm commented 4 years ago

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

androidcodehunter commented 4 years ago

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 < notifications@github.com> 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 .

sanjaykumarm commented 4 years ago

@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.

androidcodehunter commented 4 years ago

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 < notifications@github.com> 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 .

sanjaykumarm commented 4 years ago

@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.

androidcodehunter commented 4 years ago

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 < notifications@github.com> 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 .

hemantv commented 4 years ago

Screenshot_20191013-203525

Having the same issue. Any solution to it?

androidcodehunter commented 4 years ago

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

On Sun, Oct 13, 2019 at 9:32 PM Hemant Vandhnani notifications@github.com 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 .

AmitJayant commented 4 years ago

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

sanjaykumarm commented 4 years ago

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

the-solitary-observer commented 4 years ago

Screenshot_20191013-203525

Having the same issue. Any solution to it?

I am having the exact same issue.

davidecutrupi commented 4 years ago

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)

wangjiejacques commented 4 years ago

I just replaced the Button with TextView.