ADVERTISEMENT

Like mother, like daughter: VP Leni and Aika share similar traits

Published May 6, 2021 10:56 am

Organized, discipline, and preparedness are the three things Vice President Leni Robredo and eldest daughter Aika have in common.

The vice president once said Aika stood as her partner in raising her two other daughters, Tricia and Jillian, when former Interior Secretary Jesse Robredo passed away in August 2012.

Mother-Daughter. VP Leni Robredo and Aika at Harvard University (VP Leni Robredo Instagram)

It looked like the years they have spent together rearing their family have made Aika more like her mother.

“I guess subconsciously na-pick ko ‘yung pagiging (I picked up being) organized and disciplined. I don’t know if ‘yung inclination ko (that’s my inclination) ever since na (but) I guess I like the feeling na (that) at least over your own sphere of control may kontrol ka talaga (you really have control),” Aika said in a podcast episode of TEA-ta Talk with Twitter Titas on Wednesday night.

She also learned the importance of preparedness from her mom.

Aika said a lot of people don’t prepare enough for things that might come their way.

“Siguro iyong theory kasi namin (Maybe because our theory) is the more prepared you are, the better you would be at winning things. Fix as much as you can and then ‘pag dating sa point kailangan mo mag-adjust (when the time comes that you have to adjust) I think you would be at better at it than kung bara-bara ka parati (if you will proceed without thought),” she added.

At home, Aika said they share in the household chores, depending on their schedules.

“I think, kami, we adjust depending kung sino yung busy o hindi. Medyo aware naman kami sa nangyayari sa bawat isa so parang hindi naman siya ganoon kalaking (I think, for us, we adjust depending on who’s busy or not. We are aware what happens to each one of us, so it’s a big) challenge for all of us,” she shared.

Her sister, Tricia, is a doctor who now works in a hospital in Metro Manila, while their youngest, Jillian, is at New York University pursuing a degree in biomolecular science.

Aika and the vice president share the responsibilities of cooking for the family. As someone who rarely goes out, she said “it just makes more sense for me to do more at home.”

Meanwhile, the mother and daughter also have their fair share of “budol buys,” referring to a popular term on social media about falling for good deals on online stores.

“Hindi ako ma-shop online pero meron ko cases na talagang sunod-sunod bili ko sa Lazada. Sa akin, lahat pangkusina (I don’t really shop online but there are cases when I bought successively from Lazada. For me, all are kitchen items),” Robredo shared.

Aika agreed that she and her mom mostly stay in the kitchen since the COVID-19 outbreak in March 2020, so that’s why they tend to notice everything in the room.

But as for the activity that they want to do together, Aika said they don’t plan any activities at night, so they mostly just hang out in the living room. Sometimes, they work together or when there’s a bit of downtime, they catch whatever they can find on Netflix or YouTube.

They usually watch random blogs about skin care and recipes, as well as movies, she added.

Related Tags

VP Leni Robredo Leni Robredo COVID-19 pandemic cooking budol buys aika robredo Netflix
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.